I got the latest versions of x264 and mplayer from cvs and ran
./configure && make && make install
in the mplayer directory, (this worked fine when i didnt have x264 installed) and i get this error,
Code:
cc -c -I../libvo -I../../libvo -I/usr/X11/include -fno-PIC -O4 -march=athlon-xp -mcpu=athlon-xp -pipe -ffast-math -fomit-frame-pointer -D_REENTRANT -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I. -I.. -Inative -I../libmpdemux -I../loader -D_GNU_SOURCE -o ve_xvid.o ve_xvid.c
cc -c -I../libvo -I../../libvo -I/usr/X11/include -fno-PIC -O4 -march=athlon-xp -mcpu=athlon-xp -pipe -ffast-math -fomit-frame-pointer -D_REENTRANT -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I. -I.. -Inative -I../libmpdemux -I../loader -D_GNU_SOURCE -o ve_lavc.o ve_lavc.c
ve_lavc.c: In function `config':
ve_lavc.c:642: error: structure has no member named `brd_scale'
ve_lavc.c:643: error: structure has no member named `bidir_refine'
ve_lavc.c:644: error: structure has no member named `scenechange_factor'
make[1]: *** [ve_lavc.o] Error 1
make[1]: Leaving directory `/root/main/libmpcodecs'
make: *** [libmpcodecs/libmpcodecs.a] Error 2
Anyone had this problem? Or know what to do to fix it?