diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2012-05-03 06:19:04 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2012-05-03 06:19:04 +0000 |
commit | 6f1dc21bd4e8ae7ef0d7afce465b2bc15d0ffa07 (patch) | |
tree | 1f70b259fe7fb5c82f437c6b006284893cf4eb5a /testing/mplayer2/mplayer-gcc-4.6-audio-fix.patch | |
parent | 66765c30ac7a9c9a560ab43d5618de820fb373c6 (diff) | |
download | aports-6f1dc21bd4e8ae7ef0d7afce465b2bc15d0ffa07.tar.bz2 aports-6f1dc21bd4e8ae7ef0d7afce465b2bc15d0ffa07.tar.xz |
testing/*: removed
We dont ship testing things in a stable release
Diffstat (limited to 'testing/mplayer2/mplayer-gcc-4.6-audio-fix.patch')
-rw-r--r-- | testing/mplayer2/mplayer-gcc-4.6-audio-fix.patch | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/testing/mplayer2/mplayer-gcc-4.6-audio-fix.patch b/testing/mplayer2/mplayer-gcc-4.6-audio-fix.patch deleted file mode 100644 index 148856c233..0000000000 --- a/testing/mplayer2/mplayer-gcc-4.6-audio-fix.patch +++ /dev/null @@ -1,22 +0,0 @@ -Fix broken audio decoding when compiling with gcc-4.6 -http://lists.mplayerhq.hu/pipermail/mplayer-dev-eng/2011-May/068495.html - ---- ./mp3lib/dct64_sse.c.orig -+++ ./mp3lib/dct64_sse.c -@@ -113,7 +113,6 @@ - } - - { -- real *costab = costab_mmx + 24; - int i; - - __asm__( -@@ -122,7 +121,7 @@ - "movaps %1, %%xmm5\n\t" - "movaps %%xmm5, %%xmm6\n\t" - : -- :"m"(*costab), "m"(*nnnn) -+ :"m"(costab_mmx[24]), "m"(*nnnn) - ); - - for (i = 0; i < 0x20; i += 8) |