summaryrefslogtreecommitdiff
path: root/libavcodec/x86/g722dsp.asm
diff options
context:
space:
mode:
authorHenrik Gramner <henrik@gramner.com>2015-05-27 21:38:14 +0200
committerHenrik Gramner <henrik@gramner.com>2015-08-04 20:13:09 +0200
commitf0b7882ceb791ff32267ad97bd21a09e9cbf83d5 (patch)
tree2b87810dcdc75245000e7fa7c5f5359cda63b2ac /libavcodec/x86/g722dsp.asm
parent826790f59640a84813e8dd81c2bba559516f8e4d (diff)
x86inc: Drop SECTION_TEXT macro
The .text section is already 16-byte aligned by default on all supported platforms so `SECTION_TEXT` isn't any different from `SECTION .text`.
Diffstat (limited to 'libavcodec/x86/g722dsp.asm')
-rw-r--r--libavcodec/x86/g722dsp.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/x86/g722dsp.asm b/libavcodec/x86/g722dsp.asm
index 807a1bdd0a..a529422262 100644
--- a/libavcodec/x86/g722dsp.asm
+++ b/libavcodec/x86/g722dsp.asm
@@ -29,7 +29,7 @@ pw_qmf_coeffs2: dw 12, 3876, -156, 951, 32, -805, 362, -210
pw_qmf_coeffs3: dw 362, 0 , 32, 0, -156, 0, 12, 0
pw_qmf_coeffs4: dw 53, 0, -11, 0, -11, 0, 3, 0
-SECTION_TEXT
+SECTION .text
INIT_XMM sse2
cglobal g722_apply_qmf, 2, 2, 5, prev, out