Results 1 to 5 of 5
I downloaded all the plugins from the website, but now am not sure what to do with the .tar.bz2 file.
I guess I have to unpack it to /usr/local/lib/codecs ? ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 10-28-2004 #1Just Joined!
- Join Date
- Oct 2004
- Location
- PA
- Posts
- 41
Installing Mplayer plugins?
I downloaded all the plugins from the website, but now am not sure what to do with the .tar.bz2 file.
I guess I have to unpack it to /usr/local/lib/codecs ? I read somewhere that if you don't put the Win32 codecs there before you install they won't work, any truth to this?
If someone could give me the terminal commands to complete this I would greatly appreciate it.
- 10-28-2004 #2Linux User
- Join Date
- Jan 2004
- Posts
- 357
Here's tha commands for unpacking the file
http://www.tuxfiles.org/linuxhelp/softinstall.html
As for the other questions I can't really answer them.
- 10-28-2004 #3Just Joined!
- Join Date
- Oct 2004
- Location
- PA
- Posts
- 41
Thanks.
Can I just plop these codecs right into the directory then?
- 10-28-2004 #4Just Joined!
- Join Date
- Oct 2004
- Location
- Bangladesh
- Posts
- 6
Try this..
Download all-20040916.tar.bz2 from Mplayer HQ. Unpack them whereever you like (in my case, all of them are in /usr/lib/win32). Tell your Mplayer configurator (see below) file where the directory is. Then make and install it.
$ ./configure --with-codecsdir=/usr/lib/win32 --with-win32libdir=/usr/lib/win32 --with-xanimlibdir=/usr/lib/win32 --with-reallibdir=/usr/lib/win32
$./make all
$./make install
If it works don't forget to thank Linux Forums.
- 10-28-2004 #5Just Joined!
- Join Date
- Oct 2004
- Location
- PA
- Posts
- 41
So that is for a new installation of mplayer, right? I have it installed already through yum, but I am not opposed to uninstalling/reinstalling.
Thanks for the help.


Reply With Quote
