Tuesday, July 14, 2009

Additional settings to compile mythtv with VDPAU on FC 10 x86_64

I had to a few things to compile mplayer with VDPAU support. However, I did not write that down.

After that, here is what I had to do to compile svn trunk (Revision: 20867) for mythtv with VDPAU support.

yum install libXv-devel

In /usr/lib64

ln -s ./libXxf86vm.so.1 ./libXxf86vm.so
ln -s ./libXv.so.1 ./libXv.so
ln -s ./libXmu.so.6 ./libXmu.so

yum install jack-audio-connection-kit-devel pulseaudio-libs-devel


It compiled, but I did not run this since I decided to not change everything in the midst of le tour.

No comments:

Post a Comment