wok annotate mplayer-svn/stuff/mplayer-svn-29843-liba52-gcc44.u @ rev 10355

libIDL: Update WGET_URL to use GNOME_MIRROR in tazwok.conf and cook.conf.
author Christopher Rogers <slaxemulator@gmail.com>
date Sun May 22 16:49:53 2011 +0000 (2011-05-22)
parents
children
rev   line source
jozee@4468 1 --- configure 2009-04-16 12:02:10.000000000 +0200
jozee@4468 2 +++ configure 2009-05-22 15:23:38.000000000 +0200
jozee@4468 3 @@ -6501,6 +6501,7 @@
jozee@4468 4 def_liba52='#undef CONFIG_LIBA52'
jozee@4468 5 def_liba52_internal="#undef CONFIG_LIBA52_INTERNAL"
jozee@4468 6 if test "$_liba52_internal" = yes ; then
jozee@4468 7 + test "$cc_vendor" = gnu && test "$cc_version" = 4.4.0 && CFLAGS=$(echo $CFLAGS|sed "s/ *-O4 */ -O2 /")
jozee@4468 8 _liba52=yes
jozee@4468 9 def_liba52_internal="#define CONFIG_LIBA52_INTERNAL 1"
jozee@4468 10 _res_comment="internal"
jozee@4468 11
jozee@4468 12