[MPlayer-cvslog] CVS: main configure,1.1071,1.1072
Diego Biurrun CVS
syncmail at mplayerhq.hu
Wed Oct 5 21:39:35 CEST 2005
CVS change done by Diego Biurrun CVS
Update of /cvsroot/mplayer/main
In directory mail:/var2/tmp/cvs-serv26139
Modified Files:
configure
Log Message:
faac vs _faac typo fix by Giacomo Comes < comes -- at -- naic -- dot -- edu >
Index: configure
===================================================================
RCS file: /cvsroot/mplayer/main/configure,v
retrieving revision 1.1071
retrieving revision 1.1072
diff -u -r1.1071 -r1.1072
--- configure 4 Oct 2005 22:47:13 -0000 1.1071
+++ configure 5 Oct 2005 19:39:31 -0000 1.1072
@@ -5431,7 +5431,7 @@
EOF
_faac=no
for _ld_tmp in "-lfaac" "-lfaac -lmp4v2 -lstdc++" ; do
- cc_check -c -O4 $_ld_tmp $_ld_lm && _ld_faac="$_ld_tmp" && faac=yes && break
+ cc_check -c -O4 $_ld_tmp $_ld_lm && _ld_faac="$_ld_tmp" && _faac=yes && break
done
fi
if test "$_faac" = yes ; then
More information about the MPlayer-cvslog
mailing list