LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Slackware (https://www.linuxquestions.org/questions/slackware-14/)
-   -   My Howto install mplayer on slackware (https://www.linuxquestions.org/questions/slackware-14/my-howto-install-mplayer-on-slackware-77610/)

Anibal 07-31-2003 05:48 AM

My Howto install mplayer on slackware
 
Install alsa if you don't have it from (optional) some people will need it some not, if you don't know try to compile first without :

http://www3.linuxpackages.net/packag...ltimedia-libs/

Download mplayer + codecs:
http://www.mplayerhq.hu/homepage/design6/dload.html

*MPlayer v0.90 source
*All-in-one package
*More binary codecs (Xanim, RealPlayer, QuickTime etc)

Create a directory /usr/lib/win32 put all the codecs in there
(how to make a directory ? mkdir )

Time to compile:
Unzip untar the MPlayer v0.90 source & compile like this:

./configure --enable-gui --enable-qtx-codecs --enable-largefiles --enablewin32 --enable-real --with-win32libdir=/usr/lib/win32 && make && make install

Will take some time.......

After everything is compile, try to play a media file ussing the command line:

#mplayer yourmedia.mpeg

If everything works you are on the good side.

Now Download a skin from :
http://www.mplayerhq.hu/homepage/design6/dload.html

Make a directory in your home dir ~/.mplayer/ call this directory Skins
Put your Skins in there.

Now try to run gmplayer..

You will be getting an error about fonts, the solution is somewhere in this forum...

Good luck

tjm 07-31-2003 07:52 AM

Nicely done, especially the ./configure options :)

Only comment : you don't need alsa, I compiled and installed mplayer without it.

When I did install alsa, my sound stopped working.


All times are GMT -5. The time now is 06:20 AM.