Commit 2b388e6d authored by Timothy Gu's avatar Timothy Gu Committed by Michael Niedermayer

Revert "Move struc FFTContext below SECTION_RODATA"

This reverts commit 599888a4.

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: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent eff2ed2f
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment