Im now trying to compile libva-0.30.4 and vdpau-video-0.3.2
libva compiles okay, it throws an error about X11 but that is due to the src/x11/ having a lower case X but it compiles and installs.
Im not trying to compile vdpau-video-0.3.2 and i get the following when i configure:
Code: Select all
checking for _FILE_OFFSET_BITS value needed for large files... 64
checking whether __attribute__((visibility())) is supported... yes
checking for VDPAU... yes
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for LIBVA_DEPS... configure: error: Package requirements (libva-x11) were not met:
No package "libva-x11'' found
Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.
Alternatively, you may set the environment variables LIBVA_DEPS_CFLAGS
and LIBVA_DEPS_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.