x86 asm: Add SECTION_TEXT to dct32_sse.asm.
authorDave Yeo <dave.r.yeo@gmail.com>
Sun, 22 May 2011 17:44:17 +0000 (10:44 -0700)
committerDiego Biurrun <diego@biurrun.de>
Mon, 23 May 2011 10:47:53 +0000 (12:47 +0200)
This fixes the following error on OS/2:
error: segment name `.text align=16' not recognized

Signed-off-by: Diego Biurrun <diego@biurrun.de>
libavcodec/x86/dct32_sse.asm

index bafe002..46daa43 100644 (file)
@@ -203,7 +203,7 @@ ps_p1p1m1m1: dd 0, 0, 0x80000000, 0x80000000, 0, 0, 0x80000000, 0x80000000
 %define BUTTERFLY0 BUTTERFLY0_AVX
 
 INIT_YMM
-section .text align=16
+SECTION_TEXT
 %ifdef HAVE_AVX
 ; void ff_dct32_float_avx(FFTSample *out, const FFTSample *in)
 cglobal dct32_float_avx, 2,3,8, out, in, tmp