Total Pageviews

Friday 28 December 2012

Install Mplayer with gtk1 interfaces

To install Mplayer with front-end :
Mplayer only use gtk1 to make interface. Add this line in /etc/make.conf before build mplayer
WITH_GTK1=yes
you can put some parameter to suit yourself :
WITHOUT_RUNTIME_CPUDETECTION=yes
#if you use nvidia driver for X
WITH_NVIDIA=yes
#if you already install xmms
WITH_XMMS=yes
….
(read more in Makefiles)