Имеется Ubuntu 9.04 x86_64. Делаю:
svn co svn://svn.mplayerhq.hu/mplayer/trunk mplayer
cd mplayer
./configure svn://svn.mplayerhq.hu/mplayer/trunk
make
$ make
vidix/pci_db2c.awk vidix/pci.db 1
make: execvp: vidix/pci_db2c.awk: Permission denied
cc -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -Ilibdvdread4 -I. -D_REENTRANT -D_REENTRANT -I/usr/include/freetype2 -c -o libvo/vo_vdpau.o libvo/vo_vdpau.c
In file included from libvo/vo_vdpau.c:46:
./libavcodec/vdpau.h:76: error: expected specifier-qualifier-list before 'VdpPictureInfoMPEG4Part2'
libvo/vo_vdpau.c: In function 'create_vdp_mixer':
libvo/vo_vdpau.c:495: error: 'VDP_VIDEO_MIXER_FEATURE_HIGH_QUALITY_SCALING_L1' undeclared (first use in this function)
libvo/vo_vdpau.c:495: error: (Each undeclared identifier is reported only once
libvo/vo_vdpau.c:495: error: for each function it appears in.)
libvo/vo_vdpau.c: In function 'create_vdp_decoder':
libvo/vo_vdpau.c:580: error: 'VDP_DECODER_PROFILE_MPEG4_PART2_ASP' undeclared (first use in this function)
make: *** [libvo/vo_vdpau.o] Ошибка 1