diff options
author | atmos4 <atmos4@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2001-11-05 02:04:10 +0000 |
---|---|---|
committer | atmos4 <atmos4@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2001-11-05 02:04:10 +0000 |
commit | 30ffaf0e5f14f9ed4f27374d2ef62953b9254cd3 (patch) | |
tree | cfeb5dc466c309b375e2a471533f55dcd9a775d0 /configure | |
parent | d7db781cf85c28c0667eedebca8f82403830909e (diff) |
Quick hack to don't use ldivxencode on systems where it'S not installed.
This should be improved: add compile check to configure (with sth. from encore2.h I guess), seperate divxdecore and encore as only one of them could possibly be
installed, add ifdefs to code so it doesn't spit errors about missing headers if no divx4 is present.
(I don't currently have installed divx4 so I only did the quick hack for first).
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2704 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2443,7 +2443,7 @@ fi if test "$_divx4linux" = yes ; then _divx4def='#define NEW_DECORE' - _decorelibs='-ldivxdecore opendivx/postprocess.o' + _decorelibs='-ldivxdecore -ldivxencore opendivx/postprocess.o' else _divx4def='#undef NEW_DECORE' _decorelibs='-Lopendivx -ldecore' |