[FFmpeg-cvslog] x86 asm: Add SECTION_TEXT to dct32_sse.asm.

Dave Yeo git at videolan.org
Tue May 24 04:35:35 CEST 2011


ffmpeg | branch: master | Dave Yeo <dave.r.yeo at gmail.com> | Sun May 22 10:44:17 2011 -0700| [a10fb79070c017be613700b946f51baed4f69df0] | committer: Diego Biurrun

x86 asm: Add SECTION_TEXT to dct32_sse.asm.

This fixes the following error on OS/2:
error: segment name `.text align=16' not recognized

Signed-off-by: Diego Biurrun <diego at biurrun.de>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=a10fb79070c017be613700b946f51baed4f69df0
---

 libavcodec/x86/dct32_sse.asm |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/libavcodec/x86/dct32_sse.asm b/libavcodec/x86/dct32_sse.asm
index bafe002..46daa43 100644
--- a/libavcodec/x86/dct32_sse.asm
+++ b/libavcodec/x86/dct32_sse.asm
@@ -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



More information about the ffmpeg-cvslog mailing list