Index: configure =================================================================== --- configure (revision 29245) +++ configure (working copy) @@ -6424,6 +6424,7 @@ def_liba52='#undef CONFIG_LIBA52' def_liba52_internal="#undef CONFIG_LIBA52_INTERNAL" if test "$_liba52_internal" = yes ; then + test "$cc_vendor" = gnu && test "$cc_version" = 4.4.0 && CFLAGS=$(echo $CFLAGS|sed "s/ *-O4 */ -O2 /") _liba52=yes def_liba52_internal="#define CONFIG_LIBA52_INTERNAL 1" _res_comment="internal" @@ -6733,7 +6734,7 @@