]> git.sesse.net Git - ffmpeg/commit
x86inc: Drop SECTION_TEXT macro
authorHenrik Gramner <henrik@gramner.com>
Sat, 1 Aug 2015 15:27:36 +0000 (17:27 +0200)
committerAnton Khirnov <anton@khirnov.net>
Tue, 11 Aug 2015 09:12:01 +0000 (11:12 +0200)
commitab43beefab9147673e09679e04be08431684a5db
tree0eae121944d96431e43ecc9d184f668cad9e043c
parent1c6bb813284732d9a1acacfe99522d9f66ebf73e
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`.

Signed-off-by: Anton Khirnov <anton@khirnov.net>
19 files changed:
libavcodec/x86/apedsp.asm
libavcodec/x86/audiodsp.asm
libavcodec/x86/bswapdsp.asm
libavcodec/x86/dcadsp.asm
libavcodec/x86/dct32.asm
libavcodec/x86/fft.asm
libavcodec/x86/fmtconvert.asm
libavcodec/x86/h263_loopfilter.asm
libavcodec/x86/hpeldsp.asm
libavcodec/x86/huffyuvdsp.asm
libavcodec/x86/imdct36.asm
libavcodec/x86/pngdsp.asm
libavcodec/x86/qpeldsp.asm
libavcodec/x86/sbrdsp.asm
libavfilter/x86/af_volume.asm
libavresample/x86/audio_convert.asm
libavresample/x86/audio_mix.asm
libavresample/x86/dither.asm
libavutil/x86/x86inc.asm