On Mon, Sep 12, 2005 at 07:01:11PM -0400, Barry Hinrichs wrote: > If anyone has been having trouble getting .wmv windows media videos to > play with the 64-bit version of mplayer: > > The only win32codecs rpm I could find puts the codecs in a folder > called /usr/lib/win32 .. You need to copy the contents of this folder to > a new folder called /usr/lib/win32/lib64
Instead of copying things, why not make a symlink from one directory to the other. That way updates and future things will work as well. `ln -s /usr/lib/win32 /usr/lib/win32/lib64` houghi -- Quote correct (NL) http://www.briachons.org/art/quote/ Zitiere richtig (DE) http://www.afaik.de/usenet/faq/zitieren Quote correctly (EN) http://www.netmeister.org/news/learn2quote.html --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
