[Mplayer-cvslog] CVS: main configure,1.551,1.552
Alex Beregszaszi
alex at mplayerhq.hu
Fri Aug 30 13:28:46 CEST 2002
Update of /cvsroot/mplayer/main
In directory mail:/var/tmp.root/cvs-serv18573
Modified Files:
configure
Log Message:
fixed faad detection. without this it detects my older version of the library witch isn't compatible with current ad_faad.c
Index: configure
===================================================================
RCS file: /cvsroot/mplayer/main/configure,v
retrieving revision 1.551
retrieving revision 1.552
diff -u -r1.551 -r1.552
--- configure 29 Aug 2002 21:30:54 -0000 1.551
+++ configure 30 Aug 2002 11:28:43 -0000 1.552
@@ -3339,7 +3339,7 @@
_faad=no
cat > $TMPC << EOF
#include <faad.h>
-int main(void) { faacDecHandle testhand; testhand = faacDecOpen(); return 0; }
+int main(void) { faacDecHandle testhand; faacDecFrameInfo testinfo; testhand = faacDecOpen(); return 0; }
EOF
cc_check -lfaad -lm && _faad=yes
fi
More information about the MPlayer-cvslog
mailing list