From 5c9e8564ce71a8b229e70b4d54d748bfc7345fb1 Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Sun, 13 Nov 2011 11:00:15 +0000 Subject: main/mplayer: fix audio decoding with gcc-4.6 http://lists.mplayerhq.hu/pipermail/mplayer-dev-eng/2011-May/068495.html and remove unused patch --- main/mplayer/liba52_gcc_bug.patch | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 main/mplayer/liba52_gcc_bug.patch (limited to 'main/mplayer/liba52_gcc_bug.patch') diff --git a/main/mplayer/liba52_gcc_bug.patch b/main/mplayer/liba52_gcc_bug.patch deleted file mode 100644 index c0d42f876..000000000 --- a/main/mplayer/liba52_gcc_bug.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" -- cgit v1.2.3