[Mplayer-cvslog] CVS: main configure,1.170,1.171

Arpi of Ize arpi at mplayer.dev.hu
Mon Oct 1 11:56:56 CEST 2001


Update of /cvsroot/mplayer/main
In directory mplayer:/var/tmp.root/cvs-serv18142

Modified Files:
	configure 
Log Message:
divx4 detection patch by Pawel Kot <pkot at linuxnews.pl>

Index: configure
===================================================================
RCS file: /cvsroot/mplayer/main/configure,v
retrieving revision 1.170
retrieving revision 1.171
diff -u -r1.170 -r1.171
--- configure	30 Sep 2001 14:55:18 -0000	1.170
+++ configure	1 Oct 2001 09:56:53 -0000	1.171
@@ -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




More information about the MPlayer-cvslog mailing list