[Mplayer-cvslog] CVS: main configure,1.719,1.720
Arpi of Ize
arpi at mplayerhq.hu
Fri Jun 6 21:57:39 CEST 2003
Update of /cvsroot/mplayer/main
In directory mail:/var/tmp.root/cvs-serv10488
Modified Files:
configure
Log Message:
I've found some time to implement the encoding support for the new
DivX API. Now it's possible to play and encode movies with the
latest DivX release.
One thing that doesn't work is the new Video Buffer Verifier (VBV)
multipass encoding. The encoder segfaults. Maybe it just isn't
supported with the standard profile of the released binary encoder.
Andreas Hess <jaska at gmx.net>
Index: configure
===================================================================
RCS file: /cvsroot/mplayer/main/configure,v
retrieving revision 1.719
retrieving revision 1.720
diff -u -r1.719 -r1.720
--- configure 30 May 2003 18:23:52 -0000 1.719
+++ configure 6 Jun 2003 19:57:05 -0000 1.720
@@ -4607,7 +4607,7 @@
# ld: Warning: type of symbol `dering' changed from 1 to 2 in opendivx/postprocess.o
cat > $TMPC << EOF
#include <decore.h>
-int main(void) { (void) decore(0, 0, 0, 0); return DEC_OPT_MEMORY_REQS; }
+int main(void) { (void) decore(0, 0, 0, 0); return DEC_OPT_INIT; }
EOF
if test "$_divx4linux" != no && cc_check -lm -ldivxdecore -lm ; then
_opendivx=no
More information about the MPlayer-cvslog
mailing list