PDA

View Full Version : [Bug?] /usr/lib/libAMDXvBA.so is missing


RealNC
01-03-2009, 03:29 PM
Maybe this is only a Gentoo bug, not sure, but the fglrx installer (8.12) doesn't seem to create a /usr/lib[32/64]/libAMDXvBA.so symlink. There are only libAMDXvBA.so.1 and libAMDXvBA.so.1.0, but no libAMDXvBA.so. It's imposible to link against libAMDXvBA without an .so in place.

RealNC
01-03-2009, 03:49 PM
Did I fire the sparkle of hope in you? ;) I don't have a header, sorry. I'm just trying to do what this article says:

http://www.phoronix.com/scan.php?page=article&item=amd_xvmc_xvba&num=1

That is, configure mplayer with "--enable-xvmc" and "--with-xvmclib=AMDXvBA".

Kano
01-03-2009, 04:05 PM
Did you create the symlink?

RealNC
01-03-2009, 04:18 PM
Yes. I'm just reporting this here so someone can fix this upstream. It still doesn't work though due to undefined symbols (see http://www.phoronix.com/forums/showthread.php?t=14706).

Kano
01-03-2009, 04:20 PM
Maybe test it on a 32 bit install.

monraaf
01-03-2009, 08:27 PM
Did I fire the sparkle of hope in you? ;) I don't have a header, sorry. I'm just trying to do what this article says:

http://www.phoronix.com/scan.php?page=article&item=amd_xvmc_xvba&num=1

That is, configure mplayer with "--enable-xvmc" and "--with-xvmclib=AMDXvBA".

Xvmc works out of the box here with catalyst 8.12 and mplayer from the intrepid repository, no need to compile anything.

FYI, mplayer from intrepid is configured with: --enable-xvmc --with-xvmclib=XvMCW

RealNC
01-03-2009, 09:13 PM
Well, I'm happy for you :D Still doesn't compile here.

(This is the wrong thread, btw.)

monraaf
01-03-2009, 09:27 PM
It would probably compile if you just configure it with --with-xvmclib=XvMCW. But if you insist on linking mplayer against libAMDXvBA.so just to get basic xvmc support see it your self...