[Mplayer-cvslog] CVS: main configure,1.411,1.412
Alex Beregszaszi
alex at mplayer.dev.hu
Wed Mar 20 18:53:47 CET 2002
Update of /cvsroot/mplayer/main
In directory mplayer:/var/tmp.root/cvs-serv4213
Modified Files:
configure
Log Message:
extended FAAD detection
Index: configure
===================================================================
RCS file: /cvsroot/mplayer/main/configure,v
retrieving revision 1.411
retrieving revision 1.412
diff -u -r1.411 -r1.412
--- configure 20 Mar 2002 15:28:26 -0000 1.411
+++ configure 20 Mar 2002 17:53:44 -0000 1.412
@@ -2511,7 +2511,7 @@
_faad=no
cat > $TMPC << EOF
#include <faad.h>
-int main(void) { return 0; }
+int main(void) { faacDecHandle testhand; testhand = faacDecOpen(); return 0; }
EOF
cc_check -lfaad -lm && _faad=yes
fi
More information about the MPlayer-cvslog
mailing list