summaryrefslogtreecommitdiff
path: root/libavcodec/x86/fft.asm
diff options
context:
space:
mode:
authorTimothy Gu <timothygu99@gmail.com>2015-05-25 16:02:32 -0700
committerMichael Niedermayer <michaelni@gmx.at>2015-05-28 00:08:32 +0200
commit2b388e6ddec8dd7a01105273fe47c6e93c762e34 (patch)
tree633306e618f25fdfebd30fb416fca0b703025eca /libavcodec/x86/fft.asm
parenteff2ed2fde8d6741e7a5218e036998846062c846 (diff)
downloadffmpeg-2b388e6ddec8dd7a01105273fe47c6e93c762e34.tar.gz
Revert "Move struc FFTContext below SECTION_RODATA"
This reverts commit 599888a48040f4086c9086aae958b7231b37afcc. The commit does not silence the warning on ELF-based systems, and will be fixed in the subsequent commit. Conflicts: libavcodec/x86/fft_mmx.asm Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec/x86/fft.asm')
-rw-r--r--libavcodec/x86/fft.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/libavcodec/x86/fft.asm b/libavcodec/x86/fft.asm
index 877997e7a6..f233774f1d 100644
--- a/libavcodec/x86/fft.asm
+++ b/libavcodec/x86/fft.asm
@@ -36,8 +36,6 @@
%define pointer resd
%endif
-SECTION_RODATA 32
-
struc FFTContext
.nbits: resd 1
.reverse: resd 1
@@ -53,6 +51,8 @@ struc FFTContext
.imdcthalf:pointer 1
endstruc
+SECTION_RODATA 32
+
%define M_SQRT1_2 0.70710678118654752440
%define M_COS_PI_1_8 0.923879532511287
%define M_COS_PI_3_8 0.38268343236509