[MPlayer-users] Error compiling SVN Revision: 23304

Jeremy Hansen jebrhansen at gmail.com
Sun May 13 09:35:52 CEST 2007


I had tried a couple of weeks ago to compile a newer version and ran
into an error. Rather than posting it, I forgot about it, and decided
to redo it tonight. Well I ran an svn update but then decided to just
delete the directory and start fresh so I did an svn checkout. But my
make still errors out.

My configure is as follows:

configure --enable-gui --disable-mga --disable-xmga
--enable-largefiles --enable-debug=3 --enable-menu

The error is:

make[1]: Entering directory
`/home/jbhansen/program-downloads/mplayer/libavcodec'
cc -I../libswscale  -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64
-D_LARGEFILE_SOURCE -D_ISOC9X_SOURCE -I.. -I.. -I../libavutil
-Wdeclaration-after-statement -I. -I.. -I../libavutil -W -Wall
-Wno-unused-parameter -O2 -march=pentium-m -mtune=pentium-m -g3
-D_REENTRANT -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
-D_LARGEFILE64_SOURCE -I/usr/X11/include -I/usr/include/
-I/usr/include/SDL  -D_REENTRANT -I/opt/kde/include/artsc -pthread
-I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include
-I/usr/include/freetype2 -I/usr/local/include -I/usr/include/gtk-2.0
-I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo
-I/usr/include/pango-1.0 -I/usr/include/glib-2.0
-I/usr/lib/glib-2.0/include -I/usr/include/freetype2
-I/usr/X11R6/include -I/usr/include/libpng12   -I/usr/local/include
-I/usr/local/include/dvdnav  -c -o allcodecs.o allcodecs.c
In file included from allcodecs.c:27:
avcodec.h:2505: warning: `ImgReSampleContext' is deprecated (declared
at avcodec.h:2484)
avcodec.h:2511: warning: `ImgReSampleContext' is deprecated (declared
at avcodec.h:2484)
allcodecs.c: In function `avcodec_register_all':
allcodecs.c:279: error: `ENABLE_DUMP_EXTRADATA_BSF' undeclared (first
use in this function)
allcodecs.c:279: error: (Each undeclared identifier is reported only once
allcodecs.c:279: error: for each function it appears in.)
allcodecs.c:280: error: `ENABLE_REMOVE_EXTRADATA_BSF' undeclared
(first use in this function)
allcodecs.c:281: error: `ENABLE_NOISE_BSF' undeclared (first use in
this function)
allcodecs.c:282: error: `ENABLE_MP3_HEADER_COMPRESS_BSF' undeclared
(first use in this function)
allcodecs.c:283: error: `ENABLE_MP3_HEADER_DECOMPRESS_BSF' undeclared
(first use in this function)
allcodecs.c:284: error: `ENABLE_MJPEGA_DUMP_HEADER_BSF' undeclared
(first use in this function)
allcodecs.c:285: error: `ENABLE_IMX_DUMP_HEADER_BSF' undeclared (first
use in this function)
make[1]: *** [allcodecs.o] Error 1
make[1]: Leaving directory `/home/jbhansen/program-downloads/mplayer/libavcodec'
make: *** [libavcodec/libavcodec.a] Error 2


This is done on a updated Slackware 11.0 with 2.6.19.1 kernel.

I did a search before hand but was unable to find any precedence. If
you need anything else please ask.

Jeremy



More information about the MPlayer-users mailing list