diff options
author | Diego Biurrun <diego@biurrun.de> | 2012-10-19 19:04:40 +0200 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2012-11-11 20:43:28 +0100 |
commit | 2b479bcab0a8365a7c094c5fa44b8cb6da9810d0 (patch) | |
tree | c29a12f0a7c4c1a2c12380d9d9479ef958668073 /libavcodec/x86/dct32.asm | |
parent | b8e8a07c6c4df93de92480f5c3a14296a6a2a690 (diff) | |
download | ffmpeg-2b479bcab0a8365a7c094c5fa44b8cb6da9810d0.tar.gz |
build: Drop AVX assembly ifdefs
An assembler able to cope with AVX instructions is now required.
Diffstat (limited to 'libavcodec/x86/dct32.asm')
-rw-r--r-- | libavcodec/x86/dct32.asm | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libavcodec/x86/dct32.asm b/libavcodec/x86/dct32.asm index 25bc8f752d..9c147b9c00 100644 --- a/libavcodec/x86/dct32.asm +++ b/libavcodec/x86/dct32.asm @@ -192,7 +192,6 @@ ps_p1p1m1m1: dd 0, 0, 0x80000000, 0x80000000, 0, 0, 0x80000000, 0x80000000 INIT_YMM avx SECTION_TEXT -%if HAVE_AVX_EXTERNAL ; void ff_dct32_float_avx(FFTSample *out, const FFTSample *in) cglobal dct32_float, 2,3,8, out, in, tmp ; pass 1 @@ -265,7 +264,6 @@ cglobal dct32_float, 2,3,8, out, in, tmp INIT_XMM PASS6_AND_PERMUTE RET -%endif %if ARCH_X86_64 %define SPILL SWAP |