diff options
author | Thierry N <thierryn1 at hispeed dot ch> | 2009-08-11 21:30:24 +0200 |
---|---|---|
committer | Thierry N <thierryn1 at hispeed dot ch> | 2009-08-11 21:30:24 +0200 |
commit | ee64be9f9bd9fd9a7ddbf9d75bb7642cd1b1ccca (patch) | |
tree | d0b757f572a0e5654030cbd4645c64826285ad30 /extra/mplayer/liba52_gcc44.patch | |
parent | a36d711d21e366e481d51e867a75b69b6820652a (diff) | |
download | nutyx-extra-ee64be9f9bd9fd9a7ddbf9d75bb7642cd1b1ccca.tar.gz nutyx-extra-ee64be9f9bd9fd9a7ddbf9d75bb7642cd1b1ccca.tar.bz2 nutyx-extra-ee64be9f9bd9fd9a7ddbf9d75bb7642cd1b1ccca.tar.xz nutyx-extra-ee64be9f9bd9fd9a7ddbf9d75bb7642cd1b1ccca.zip |
Ajout de mplayer#20090801-1
Diffstat (limited to 'extra/mplayer/liba52_gcc44.patch')
-rw-r--r-- | extra/mplayer/liba52_gcc44.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/extra/mplayer/liba52_gcc44.patch b/extra/mplayer/liba52_gcc44.patch new file mode 100644 index 000000000..c0d42f876 --- /dev/null +++ b/extra/mplayer/liba52_gcc44.patch @@ -0,0 +1,10 @@ +--- mplayer/configure.old 2009-04-16 12:02:10.000000000 +0200 ++++ mplayer/configure 2009-05-22 15:23:38.000000000 +0200 +@@ -6410,6 +6410,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" |