summaryrefslogtreecommitdiff
path: root/libavresample/x86/dither.asm
diff options
context:
space:
mode:
Diffstat (limited to 'libavresample/x86/dither.asm')
-rw-r--r--libavresample/x86/dither.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavresample/x86/dither.asm b/libavresample/x86/dither.asm
index 2192e98eb4..67af203a26 100644
--- a/libavresample/x86/dither.asm
+++ b/libavresample/x86/dither.asm
@@ -28,7 +28,7 @@ pf_dither_scale: times 8 dd 2.32830643762e-10
pf_s16_scale: times 4 dd 32753.0
-SECTION_TEXT
+SECTION .text
;------------------------------------------------------------------------------
; void ff_quantize(int16_t *dst, float *src, float *dither, int len);