summaryrefslogtreecommitdiff
path: root/libavcodec/x86/apedsp.asm
Commit message (Collapse)AuthorAge
* x86inc: Drop SECTION_TEXT macroHenrik Gramner2015-08-11
| | | | | | | 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>
* dsputil: Move APE-specific bits into apedspDiego Biurrun2014-05-29