wok annotate mplayer-svn/stuff/mplayer-svn-29268-liba52-gcc44.u @ rev 3742
Upgrade: module-init-tools (3.9 to 3.10)
author | Matthew Sheets <rcx@zoominternet.net> |
---|---|
date | Thu Jul 23 11:18:35 2009 +0000 (2009-07-23) |
parents | |
children |
rev | line source |
---|---|
jozee@3337 | 1 --- configure 2009-04-16 12:02:10.000000000 +0200 |
jozee@3337 | 2 +++ configure 2009-05-22 15:23:38.000000000 +0200 |
jozee@3337 | 3 @@ -6426,6 +6426,7 @@ |
jozee@3337 | 4 def_liba52='#undef CONFIG_LIBA52' |
jozee@3337 | 5 def_liba52_internal="#undef CONFIG_LIBA52_INTERNAL" |
jozee@3337 | 6 if test "$_liba52_internal" = yes ; then |
jozee@3337 | 7 + test "$cc_vendor" = gnu && test "$cc_version" = 4.4.0 && CFLAGS=$(echo $CFLAGS|sed "s/ *-O4 */ -O2 /") |
jozee@3337 | 8 _liba52=yes |
jozee@3337 | 9 def_liba52_internal="#define CONFIG_LIBA52_INTERNAL 1" |
jozee@3337 | 10 _res_comment="internal" |
jozee@3337 | 11 |
jozee@3337 | 12 |