mirror of
https://github.com/mpv-player/mpv
synced 2025-01-20 21:07:29 +01:00
divx4 detection patch by Pawel Kot <pkot@linuxnews.pl>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2029 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
d9f962172d
commit
a25b2273f8
4
configure
vendored
4
configure
vendored
@ -816,7 +816,7 @@ _aa=no
|
||||
$_cc $_extraincdir $_extralibdir $TMPC -o $TMPO -laa > /dev/null 2>&1 && _aa=yes
|
||||
|
||||
_divx4linux=no
|
||||
$_cc $_extraincdir $_extralibdir $TMPC -o $TMPO -ldivxdecore > /dev/null 2>&1 && _divx4linux=yes
|
||||
$_cc $_extraincdir $_extralibdir $TMPC -o $TMPO -ldivxdecore -lm > /dev/null 2>&1 && _divx4linux=yes
|
||||
|
||||
_termcap=no
|
||||
$_cc $_extraincdir $_extralibdir $TMPC -o $TMPO -ltermcap > /dev/null 2>&1 && _termcap=yes
|
||||
@ -938,7 +938,7 @@ cat > $TMPC << EOF
|
||||
#include <decore.h>
|
||||
int main( void ) { return DEC_OPT_FRAME_311; }
|
||||
EOF
|
||||
$_cc $_extraincdir $_extralibdir $TMPC -o $TMPO -ldivxdecore > /dev/null 2>&1 || \
|
||||
$_cc $_extraincdir $_extralibdir $TMPC -o $TMPO -ldivxdecore -lm > /dev/null 2>&1 || \
|
||||
{ _divx4linux=no; echo "DivX4Linux includes (decore.h) not found!";}
|
||||
|
||||
cat > $TMPC << EOF
|
||||
|
Loading…
Reference in New Issue
Block a user