[XviD-devel] compile error

Christoph Lampert chl at math.uni-bonn.de
Mon Dec 8 09:20:49 CET 2003


On Mon, 8 Dec 2003, Jens Arm wrote:
> xvid-1.0-cvs can not compiled with mplayer-cvs:
> 
> cc -c -O4 -march=pentium3 -mcpu=pentium3 -pipe -ffast-math -fomit-frame-pointer -D_REENTRANT -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64  -I. -Inative -I.. -I../libmpdemux -I../loader  -D_GNU_SOURCE -I../libmpflac -o ve_xvid4.o ve_xvid4.c
> ve_xvid4.c: In function `dispatch_settings':
> ve_xvid4.c:594: structure has no member named `min_key_interval'
> make[1]: *** [ve_xvid4.o] Fehler 1
> make[1]: Leaving directory `/home/tux/compile/mplayer/libmpcodecs'
> make: *** [libmpcodecs/libmpcodecs.a] Fehler 2

The module update may not have made it into CVS yes.
Try using the new name kfthreshold instead of min_key_interval:

	pass2->kfthreshold = xvidenc_vbr_min_key_interval;

gruel




More information about the XviD-devel mailing list