]> git.sesse.net Git - mlt/commitdiff
fix regression in build on 32-bit linux gcc 4.6.1
authorDan Dennedy <dan@dennedy.org>
Thu, 31 May 2012 07:21:41 +0000 (00:21 -0700)
committerDan Dennedy <dan@dennedy.org>
Fri, 1 Jun 2012 19:03:46 +0000 (12:03 -0700)
src/modules/gtk2/scale_line_22_yuv_mmx.S

index 12e451ee1e580d46704a2b38d2e3b9f7daad7dfa..6f4a3a56793bc00f19cb619e107df8e8029a9c11 100644 (file)
@@ -19,6 +19,9 @@
  */
        .file   "scale_line_22_yuv_mmx.S"
        .version        "01.01"
+#if !defined(__MINGW32__) && !defined(__CYGWIN__)
+       .section .note.GNU-stack,"",%progbits
+#endif
 
 .extern printf
 
@@ -31,8 +34,6 @@ MSG: .ascii "scale_line_22_yuv_mmx: %d %d\n"
 
 #if !defined(__MINGW32__) && !defined(__CYGWIN__)      
 
-       .section .note.GNU-stack,"",%progbits
-
 .globl pixops_scale_line_22_yuv_mmx
        .type    pixops_scale_line_22_yuv_mmx,@function
 pixops_scale_line_22_yuv_mmx: