summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-04-13 17:44:14 +0000
committerarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-04-13 17:44:14 +0000
commitb48576a528cb746bc9d77769e667684edc069899 (patch)
tree1cd44a0daf3cfe1e2a2635e6bbcd094613218845 /configure
parentdac494eff8b924afabdc2ffbd93b1ab2ac1b8a4f (diff)
downloadmpv-b48576a528cb746bc9d77769e667684edc069899.tar.bz2
mpv-b48576a528cb746bc9d77769e667684edc069899.tar.xz
comp.fixes
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5602 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure
index 101039dfca..7276c25d49 100755
--- a/configure
+++ b/configure
@@ -2918,11 +2918,11 @@ elif test "$_divx4linux" != no && cc_check -lm -ldivxdecore -lm ; then
_xvid=no
_divx4linux=yes
_opendivx=no
- _ld_decore='-ldivxdecore opendivx/postprocess.o'
+ _ld_decore='-ldivxdecore'
_def_decore='#define NEW_DECORE 1'
_def_divx='#define USE_DIVX'
_def_divx5='#undef DECORE_DIVX5'
- _def_odivx_postprocess='#define HAVE_ODIVX_POSTPROCESS 1'
+ _def_odivx_postprocess='#undef HAVE_ODIVX_POSTPROCESS'
_codecmodules="divx4linux $_codecmodules"
_nocodecmodules="xvid $_nocodecmodules"
echores "DivX4linux (with libdivxdecore.so)"