summaryrefslogtreecommitdiffstats
path: root/extra/mplayer/liba52_gcc44.patch
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2010-10-14 21:56:25 +0200
committertnut <thierryn1 at hispeed dot ch>2010-10-14 21:56:25 +0200
commit346b97bc8b08907409c6c6120cab3f1d6c4583f4 (patch)
tree30e321c0cf6f01c75fa5adb020de26b3683088f5 /extra/mplayer/liba52_gcc44.patch
parentc7614c60a4c2fc7a621b8bb58609eeab4a1efa62 (diff)
downloadnutyx-pakxe-346b97bc8b08907409c6c6120cab3f1d6c4583f4.tar.gz
nutyx-pakxe-346b97bc8b08907409c6c6120cab3f1d6c4583f4.tar.bz2
nutyx-pakxe-346b97bc8b08907409c6c6120cab3f1d6c4583f4.tar.xz
nutyx-pakxe-346b97bc8b08907409c6c6120cab3f1d6c4583f4.zip
mplayer, port nettoyé
Diffstat (limited to 'extra/mplayer/liba52_gcc44.patch')
-rw-r--r--extra/mplayer/liba52_gcc44.patch10
1 files changed, 0 insertions, 10 deletions
diff --git a/extra/mplayer/liba52_gcc44.patch b/extra/mplayer/liba52_gcc44.patch
deleted file mode 100644
index c0d42f876..000000000
--- a/extra/mplayer/liba52_gcc44.patch
+++ /dev/null
@@ -1,10 +0,0 @@
---- 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"