summaryrefslogtreecommitdiff
path: root/libavfilter/x86/vf_idet.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 /libavfilter/x86/vf_idet.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 'libavfilter/x86/vf_idet.asm')
-rw-r--r--libavfilter/x86/vf_idet.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavfilter/x86/vf_idet.asm b/libavfilter/x86/vf_idet.asm
index 007e63deb9..9596abd7e2 100644
--- a/libavfilter/x86/vf_idet.asm
+++ b/libavfilter/x86/vf_idet.asm
@@ -23,7 +23,7 @@
%include "libavutil/x86/x86util.asm"
-SECTION_TEXT
+SECTION .text
; Implementation that does 8-bytes at a time using single-word operations.
%macro IDET_FILTER_LINE 1