diff configure @ 2811:9b6aea4867fd

mplayer does not need -ldivxencore mencoder does
author pl
date Sun, 11 Nov 2001 01:45:01 +0000
parents 51bb2caa5f2a
children 7f2acef8a3b2
line wrap: on
line diff
--- a/configure	Sun Nov 11 01:44:54 2001 +0000
+++ b/configure	Sun Nov 11 01:45:01 2001 +0000
@@ -2467,7 +2467,8 @@
 
 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 @@
 ARCH_LIBS = $_archlibs $_iconvlib
 STREAMING=$_streaming
 DECORE_LIBS = $_decorelibs
+ENCORE_LIBS = $_encorelibs
 DIVX4LINUX=$_divx4linux
 MLIB_INC = $_mlibinc
 MLIB_LIB = $_mliblib