wok view mplayer-svn/stuff/mplayer-svn-29843-liba52-gcc44.u @ rev 13429

partclone: add btrfs & hfsplus support
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Oct 04 11:53:21 2012 +0200 (2012-10-04)
parents
children
line source
1 --- configure 2009-04-16 12:02:10.000000000 +0200
2 +++ configure 2009-05-22 15:23:38.000000000 +0200
3 @@ -6501,6 +6501,7 @@
4 def_liba52='#undef CONFIG_LIBA52'
5 def_liba52_internal="#undef CONFIG_LIBA52_INTERNAL"
6 if test "$_liba52_internal" = yes ; then
7 + test "$cc_vendor" = gnu && test "$cc_version" = 4.4.0 && CFLAGS=$(echo $CFLAGS|sed "s/ *-O4 */ -O2 /")
8 _liba52=yes
9 def_liba52_internal="#define CONFIG_LIBA52_INTERNAL 1"
10 _res_comment="internal"