You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
389 B
13 lines
389 B
diff -up ffmpeg-0.5/libavcodec/x86/fft_mmx.asm.textrel ffmpeg-0.5/libavcodec/x86/fft_mmx.asm
|
|
--- ffmpeg-0.5/libavcodec/x86/fft_mmx.asm.textrel 2009-02-13 01:57:22.000000000 +0100
|
|
+++ ffmpeg-0.5/libavcodec/x86/fft_mmx.asm 2009-03-10 22:09:16.000000000 +0100
|
|
@@ -448,6 +448,8 @@ fft %+ n %+ %3%2:
|
|
|
|
%ifidn __OUTPUT_FORMAT__,macho64
|
|
section .rodata
|
|
+%else
|
|
+section .data
|
|
%endif
|
|
|
|
align 8
|