[MPlayer-users] Problems compiling MPlayer on Suse 9.2

Reimar Döffinger Reimar.Doeffinger at stud.uni-karlsruhe.de
Sat Nov 6 18:59:24 CET 2004


Hi,
> But compiling mplayer with
> 
>  ./configure --disable-fbdev
> 
> fails again:
> 
> make -C libaf
> make[1]: Entering directory `/privat/tv/main/libaf'
> 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/opt/gnome/include 
> -I/opt/gnome/include/gtk-1.2 -I/opt/gnome/include/glib-1.2 
> -I/opt/gnome/lib/glib/include -I/usr/X11R6/include -I. -Wall 
> -I/opt/gnome/include -I/opt/gnome/include/gtk-1.2 
> -I/opt/gnome/include/glib-1.2 -I/opt/gnome/lib/glib/include 
> -I/usr/X11R6/include -o af_lavcresample.o af_lavcresample.c
> af_lavcresample.c: In function `control':
> af_lavcresample.c:64: error: too many arguments to function `av_resample_init'
> make[1]: *** [af_lavcresample.o] Error 1
> make[1]: Leaving directory `/privat/tv/main/libaf'
> make: *** [libaf/libaf.a] Error 2
> 
> What's wrong ?

Your libavcodec version is too old. It seems you use CVS. You have to do
either

cd libavcodec; cvs -z6 up -dPA

or add

D/libavcodec////

to your CVS/Entries file to have it updated automatically whenever you
update MPlayer.

Greetings,
Reimar Döffinger




More information about the MPlayer-users mailing list