[Mplayer-cvslog] CVS: main configure,1.761,1.762
Alex Beregszaszi
alex at mplayerhq.hu
Sat Sep 6 01:51:19 CEST 2003
Update of /cvsroot/mplayer/main
In directory mail:/var/tmp.root/cvs-serv29682
Modified Files:
configure
Log Message:
disable faad with gcc 3.2
Index: configure
===================================================================
RCS file: /cvsroot/mplayer/main/configure,v
retrieving revision 1.761
retrieving revision 1.762
diff -u -r1.761 -r1.762
--- configure 5 Sep 2003 23:49:18 -0000 1.761
+++ configure 5 Sep 2003 23:50:56 -0000 1.762
@@ -4322,7 +4322,10 @@
return 0;
}
EOF
- if cc_check $_inc_faad $_ld_faad -lm && "$TMPO" >> "$TMPLOG" ; then
+ if test "$_cc_major" -eq "3" && test "$_cc_minor" -eq "2" ; then
+ _faad=no
+ echores "no (buggy gcc fails compiling)"
+ elif cc_check $_inc_faad $_ld_faad -lm && "$TMPO" >> "$TMPLOG" ; then
_faad_version=`"$TMPO"`
_faad_tempversion=`"$TMPO" | sed -e 's/^\([0-9]\{1,\}\)\.\([0-9]\{1,\}\).*/\1\2/'`
_def_faad_version="#define FAADVERSION $_faad_tempversion"
More information about the MPlayer-cvslog
mailing list