[MPlayer-dev-eng] libavcodec build 4641?
Gregory Stark
gsstark at mit.edu
Thu Dec 5 20:25:48 CET 2002
[Resent due to being a non-subscriber -- sorry if the original gets through as
a duplicate]
I seem to have a weird problem. I have a CVS checked out copy of libavcodec
that I just updated but it's still only build 4640 and mplayer seems to be
looking for build 4641. Do I have a problem with my CVS directory or is
somebody else confused?
$ gcc -c -march=i686 -mcpu=i686 -pipe -ffast-math -fomit-frame-pointer -D_REENTRANT -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I. -Inative -I.. -I../libmpdemux -I../loader -I-I/usr/include -I/usr/include/dvdnav -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 -I/usr/lib/glib/include -I/usr/X11R6/include -D_GNU_SOURCE -o vd_ffmpeg.i vd_ffmpeg.c
vd_ffmpeg.c:36: #error we dont support libavcodec prior to build 4641, get the latest libavcodec CVS
$ cvs status avcodec.h
===================================================================
File: avcodec.h Status: Up-to-date
Working revision: 1.106
Repository revision: 1.106 /cvsroot/ffmpeg/ffmpeg/libavcodec/avcodec.h,v
Sticky Tag: (none)
Sticky Date: 2002.12.04.05.00.00
Sticky Options: (none)
$ grep BUILD avcodec.h
#define LIBAVCODEC_BUILD 4640
#define LIBAVCODEC_BUILD_STR "4640"
/* returns LIBAVCODEC_BUILD constant */
--
greg
More information about the MPlayer-dev-eng
mailing list