summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorpl <pl@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-11-11 01:45:01 +0000
committerpl <pl@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-11-11 01:45:01 +0000
commitc00ac3a4ecaedc91e55ccc196fc5647251c1a384 (patch)
treeea3a0c417af78c3f8d0db23e777082e32bdc8bcf /configure
parenta0cfaaf615668b54252d89dccd1eb1a87428c6ed (diff)
downloadmpv-c00ac3a4ecaedc91e55ccc196fc5647251c1a384.tar.bz2
mpv-c00ac3a4ecaedc91e55ccc196fc5647251c1a384.tar.xz
mplayer does not need -ldivxencore
mencoder does git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2812 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 3 insertions, 1 deletions
diff --git a/configure b/configure
index b48d926b61..34fd579473 100755
--- a/configure
+++ b/configure
@@ -2467,7 +2467,8 @@ fi
if test "$_divx4linux" = yes ; then
_divx4def='#define NEW_DECORE'
- _decorelibs='-ldivxdecore -ldivxencore opendivx/postprocess.o'
+ _decorelibs='-ldivxdecore opendivx/postprocess.o'
+ _encorelibs='-ldivxencore'
else
_divx4def='#undef NEW_DECORE'
_decorelibs='-Lopendivx -ldecore'
@@ -2523,6 +2524,7 @@ SGI_AUDIO_LIB = $_sgi_audio_lib
ARCH_LIBS = $_archlibs $_iconvlib
STREAMING=$_streaming
DECORE_LIBS = $_decorelibs
+ENCORE_LIBS = $_encorelibs
DIVX4LINUX=$_divx4linux
MLIB_INC = $_mlibinc
MLIB_LIB = $_mliblib