diff x86/h264_idct_sse2.asm @ 11931:980030a3e315 libavcodec

Update x264asm header files to latest versions. Modify the asm accordingly. GLOBAL is now no longoer necessary for PIC-compliant loads.
author darkshikari
date Wed, 23 Jun 2010 19:20:46 +0000
parents c08ca946c80a
children 14896fa76003
line wrap: on
line diff
--- a/x86/h264_idct_sse2.asm	Wed Jun 23 13:02:05 2010 +0000
+++ b/x86/h264_idct_sse2.asm	Wed Jun 23 19:20:46 2010 +0000
@@ -43,7 +43,7 @@
     movhps m3, [r1+56]
     IDCT4_1D 0,1,2,3,4,5
     TRANSPOSE2x4x4W 0,1,2,3,4
-    paddw m0, [pw_32 GLOBAL]
+    paddw m0, [pw_32]
     IDCT4_1D 0,1,2,3,4,5
     pxor  m7, m7
     STORE_DIFF  m0, m4, m7, [r0]