[MPlayer-cvslog] CVS: main configure,1.1167,1.1168
Diego Biurrun CVS
syncmail at mplayerhq.hu
Sat Apr 22 17:13:55 CEST 2006
CVS change done by Diego Biurrun CVS
Update of /cvsroot/mplayer/main
In directory mail:/var2/tmp/cvs-serv29951
Modified Files:
configure
Log Message:
10l: Add missing fallback case for internal FAAD compiler blacklist.
Index: configure
===================================================================
RCS file: /cvsroot/mplayer/main/configure,v
retrieving revision 1.1167
retrieving revision 1.1168
diff -u -r1.1167 -r1.1168
--- configure 22 Apr 2006 14:13:14 -0000 1.1167
+++ configure 22 Apr 2006 15:13:51 -0000 1.1168
@@ -5673,6 +5673,9 @@
_faad_internal=no
_res_comment="broken gcc"
;;
+ *)
+ _faad_internal=yes
+ ;;
esac
else
_faad_internal=yes
More information about the MPlayer-cvslog
mailing list