summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-06-06 19:57:37 +0000
committerarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-06-06 19:57:37 +0000
commit1864646717e2ca3a15ef08b7950a4cc37681fbba (patch)
tree4cc0f79e75e040ba87ded341c662741d5ea3945f /configure
parentf68ae8a4e9b4ccc756fb3eb82a1745b505cdd047 (diff)
downloadmpv-1864646717e2ca3a15ef08b7950a4cc37681fbba.tar.bz2
mpv-1864646717e2ca3a15ef08b7950a4cc37681fbba.tar.xz
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@gmx.net> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10253 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index bcd11b1a7c..fda1a0a589 100755
--- a/configure
+++ b/configure
@@ -4607,7 +4607,7 @@ else
# 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