diff options
author | Dave Yeo <dave.r.yeo@gmail.com> | 2011-05-20 17:33:38 +0200 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2011-05-20 17:52:21 +0200 |
commit | d69f9a4234fefcbf038e6a19203df6865f38ffb8 (patch) | |
tree | 6a8e54c40824b5b9c1823f386730c8dcfa114362 /libavcodec/x86/fft_mmx.asm | |
parent | 6da57043eabdcde99e8411da3628f2249e951e66 (diff) | |
download | ffmpeg-d69f9a4234fefcbf038e6a19203df6865f38ffb8.tar.gz |
Add support for a.out object format to assembler macros.
This format is still used by e.g. OS/2.
Signed-off-by: Diego Biurrun <diego@biurrun.de>
Diffstat (limited to 'libavcodec/x86/fft_mmx.asm')
-rw-r--r-- | libavcodec/x86/fft_mmx.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/x86/fft_mmx.asm b/libavcodec/x86/fft_mmx.asm index fc5cb98926..bd2e8297e7 100644 --- a/libavcodec/x86/fft_mmx.asm +++ b/libavcodec/x86/fft_mmx.asm @@ -85,7 +85,7 @@ cextern cos_ %+ i %1 %endmacro -section .text align=16 +SECTION_TEXT %macro T2_3DN 4 ; z0, z1, mem0, mem1 mova %1, %3 |