Mercurial > mplayer.hg
changeset 2028:64a53c27b944
divx4 detection patch by Pawel Kot <pkot@linuxnews.pl>
author | arpi |
---|---|
date | Mon, 01 Oct 2001 09:56:53 +0000 |
parents | 1a5311a1d7c5 |
children | 41ed89701ece |
files | configure |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/configure Mon Oct 01 09:54:13 2001 +0000 +++ b/configure Mon Oct 01 09:56:53 2001 +0000 @@ -816,7 +816,7 @@ $_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 @@ #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