[MPlayer-users] Has CVS compile of mplayer with ffmpeg changed?

Svante Signell svante.signell at telia.com
Sun Jan 11 00:10:04 CET 2004


Earlier the procedure below was OK for building mplayer using ffmpeg.
Now it does not work any longer. What has changed? Last successful build
was Jan 03 this year. Nothing can be seen on the web page about any
changes.

Successful build:
cvs -d:pserver:anonymous at mplayerhq.hu:/cvsroot/mplayer co main
cd main
cvs -z9 -d:pserver:anonymous at cvs.ffmpeg.sourceforge.net:/cvsroot/ffmpeg
co ffmpeg/libavcodec
...
\rm -r libavcodec
cp -r ffmpeg/libavcodec ./libavcodec
time fakeroot debian/rules binary

Failing build:
...
cvs -z9 -d:pserver:anonymous at cvs.ffmpeg.sourceforge.net:/cvsroot/ffmpeg
co ffmpeg
fakeroot debian/rules binary
dh_testdir
# commands to compile the package.
/usr/bin/make
make[1]: Entering directory `/usr/CVS/mplayer-cvs/main'
/usr/bin/make -C libmpcodecs
make[2]: Entering directory `/usr/CVS/mplayer-cvs/main/libmpcodecs'
cc -c -O4 -march=pentium3 -mcpu=pentium3 -pipe -ffast-math
-fomit-frame-pointer -D_REENTRANT -D_LARGEFILE_SOURCE
-D_FILE_OFFSET_BITS=64 -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2
-I/usr/lib/glib/include -I. -Inative -I.. -I../libmpdemux -I../loader
-I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 -I/usr/lib/glib/include
-D_GNU_SOURCE -I../libmpflac -o vd_ffmpeg.o vd_ffmpeg.c
vd_ffmpeg.c: In function `init':
vd_ffmpeg.c:150: error: `FF_DEBUG_VIS_MB_TYPE' undeclared (first use in
this function)
vd_ffmpeg.c:150: error: (Each undeclared identifier is reported only
once
vd_ffmpeg.c:150: error: for each function it appears in.)
vd_ffmpeg.c:150: error: `FF_DEBUG_VIS_QP' undeclared (first use in this
function)
make[2]: *** [vd_ffmpeg.o] Error 1
make[2]: Leaving directory `/usr/CVS/mplayer-cvs/main/libmpcodecs'
make[1]: *** [libmpcodecs/libmpcodecs.a] Error 2
make[1]: Leaving directory `/usr/CVS/mplayer-cvs/main'
make: *** [build-stamp] Error 2




More information about the MPlayer-users mailing list