compiling mplayer on F12 with vdpau support

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



I'm trying to compile mplayer on F12 and I've encountered a problem.  I've installed the vdpau packages from the F12 repositories, but when I try to configure mplayer with vdpau support it indicates there is no support for it.  Here is the test program from the configure script.

#include <vdpau/vdpau_x11.h>
int main(void) {
    (void) vdp_device_create_x11(0, 0, 0, 0);
    return VDP_VIDEO_MIXER_FEATURE_HIGH_QUALITY_SCALING_L1; }

The compiles fine:

gcc -o vdp vdp.c -lvdpau

but when you run it you get:

./vdp
Failed to open VDPAU backend libvdpau_nvidia.so: cannot open shared object file: No such file or directory

Running

ldd ./vdp

shows:

    linux-vdso.so.1 =>  (0x00007fffb0dff000)
    libvdpau.so.1 => /usr/lib64/libvdpau.so.1 (0x00007fb918e84000)
    libc.so.6 => /lib64/libc.so.6 (0x0000003fa8400000)
    libdl.so.2 => /lib64/libdl.so.2 (0x0000003fa8800000)
    /lib64/ld-linux-x86-64.so.2 (0x0000003fa8000000)

there is no reference to libvdpau_nvidia.so.

A search of the repositories shows no matches for this library.

Any ideas what I'm missing?

Paolo
-- 
fedora-list mailing list
fedora-list@xxxxxxxxxx
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines
[Index of Archives]     [Older Fedora Users]     [Fedora Announce]     [Fedora Package Announce]     [EPEL Announce]     [Fedora Magazine]     [Fedora News]     [Fedora Summer Coding]     [Fedora Laptop]     [Fedora Cloud]     [Fedora Advisory Board]     [Fedora Education]     [Fedora Security]     [Fedora Scitech]     [Fedora Robotics]     [Fedora Maintainers]     [Fedora Infrastructure]     [Fedora Websites]     [Anaconda Devel]     [Fedora Devel Java]     [Fedora Legacy]     [Fedora Desktop]     [Fedora Fonts]     [ATA RAID]     [Fedora Marketing]     [Fedora Management Tools]     [Fedora Mentors]     [SSH]     [Fedora Package Review]     [Fedora R Devel]     [Fedora PHP Devel]     [Kickstart]     [Fedora Music]     [Fedora Packaging]     [Centos]     [Fedora SELinux]     [Fedora Legal]     [Fedora Kernel]     [Fedora OCaml]     [Coolkey]     [Virtualization Tools]     [ET Management Tools]     [Yum Users]     [Tux]     [Yosemite News]     [Gnome Users]     [KDE Users]     [Fedora Art]     [Fedora Docs]     [Asterisk PBX]     [Fedora Sparc]     [Fedora Universal Network Connector]     [Libvirt Users]     [Fedora ARM]

  Powered by Linux