public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in media-video/mplayer/files: mplayer-1.0_rc4_p20110322-gcc46.patch
@ 2011-09-24 14:24 Matt Turner (mattst88)
  0 siblings, 0 replies; only message in thread
From: Matt Turner (mattst88) @ 2011-09-24 14:24 UTC (permalink / raw
  To: gentoo-commits

mattst88    11/09/24 14:24:42

  Added:                mplayer-1.0_rc4_p20110322-gcc46.patch
  Log:
  Add patch to work-around high pitched sounds produced when compiled with gcc-4.6, bug 377837
  
  (Portage version: 2.1.10.3/cvs/Linux x86_64)

Revision  Changes    Path
1.1                  media-video/mplayer/files/mplayer-1.0_rc4_p20110322-gcc46.patch

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/mplayer/files/mplayer-1.0_rc4_p20110322-gcc46.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/mplayer/files/mplayer-1.0_rc4_p20110322-gcc46.patch?rev=1.1&content-type=text/plain

Index: mplayer-1.0_rc4_p20110322-gcc46.patch
===================================================================
https://bugs.gentoo.org/377837
http://lists-archives.org/mplayer-dev-eng/34349-compiling-mplayer-with-gcc-4-6-broken-audio-decoding.html

--- a/mp3lib/dct64_sse.c
+++ b/mp3lib/dct64_sse.c
@@ -112,7 +112,6 @@ void dct64_sse(short *out0,short *out1,real *c)
     }
 
     {
-        real *costab = costab_mmx + 24;
         int i;
 
         __asm__(
@@ -121,7 +120,7 @@ void dct64_sse(short *out0,short *out1,real *c)
             "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)






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2011-09-24 14:24 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-09-24 14:24 [gentoo-commits] gentoo-x86 commit in media-video/mplayer/files: mplayer-1.0_rc4_p20110322-gcc46.patch Matt Turner (mattst88)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox