Mercurial > mplayer.hg
comparison 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 |
comparison
equal
deleted
inserted
replaced
2810:1f0bcdb49910 | 2811:9b6aea4867fd |
---|---|
2465 _gui_lib= | 2465 _gui_lib= |
2466 fi | 2466 fi |
2467 | 2467 |
2468 if test "$_divx4linux" = yes ; then | 2468 if test "$_divx4linux" = yes ; then |
2469 _divx4def='#define NEW_DECORE' | 2469 _divx4def='#define NEW_DECORE' |
2470 _decorelibs='-ldivxdecore -ldivxencore opendivx/postprocess.o' | 2470 _decorelibs='-ldivxdecore opendivx/postprocess.o' |
2471 _encorelibs='-ldivxencore' | |
2471 else | 2472 else |
2472 _divx4def='#undef NEW_DECORE' | 2473 _divx4def='#undef NEW_DECORE' |
2473 _decorelibs='-Lopendivx -ldecore' | 2474 _decorelibs='-Lopendivx -ldecore' |
2474 fi | 2475 fi |
2475 | 2476 |
2521 ESD_LIB = $_esdlib | 2522 ESD_LIB = $_esdlib |
2522 SGI_AUDIO_LIB = $_sgi_audio_lib | 2523 SGI_AUDIO_LIB = $_sgi_audio_lib |
2523 ARCH_LIBS = $_archlibs $_iconvlib | 2524 ARCH_LIBS = $_archlibs $_iconvlib |
2524 STREAMING=$_streaming | 2525 STREAMING=$_streaming |
2525 DECORE_LIBS = $_decorelibs | 2526 DECORE_LIBS = $_decorelibs |
2527 ENCORE_LIBS = $_encorelibs | |
2526 DIVX4LINUX=$_divx4linux | 2528 DIVX4LINUX=$_divx4linux |
2527 MLIB_INC = $_mlibinc | 2529 MLIB_INC = $_mlibinc |
2528 MLIB_LIB = $_mliblib | 2530 MLIB_LIB = $_mliblib |
2529 MADLIB_INC = $_madincdir | 2531 MADLIB_INC = $_madincdir |
2530 MADLIB_LIB = $_madlibdir | 2532 MADLIB_LIB = $_madlibdir |