aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/x86/ac3dsp.asm
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2012-07-15 18:23:40 +0200
committerDiego Biurrun <diego@biurrun.de>2013-01-14 21:56:55 +0100
commit51969a652c2e9e330393c9ad40f919516a4795d1 (patch)
tree64150d59901c08935ec7dd65b1d2560283dce31b /libavcodec/x86/ac3dsp.asm
parent171f1446f05440c9f5ffb986e3dcc828e50d440a (diff)
downloadffmpeg-51969a652c2e9e330393c9ad40f919516a4795d1.tar.gz
x86: ABS2: port to cpuflags
Diffstat (limited to 'libavcodec/x86/ac3dsp.asm')
-rw-r--r--libavcodec/x86/ac3dsp.asm3
1 files changed, 0 insertions, 3 deletions
diff --git a/libavcodec/x86/ac3dsp.asm b/libavcodec/x86/ac3dsp.asm
index a5d9458b39..ef59db2b3b 100644
--- a/libavcodec/x86/ac3dsp.asm
+++ b/libavcodec/x86/ac3dsp.asm
@@ -151,15 +151,12 @@ cglobal ac3_max_msb_abs_int16, 2,2,5, src, len
%endmacro
INIT_MMX mmx
-%define ABS2 ABS2_MMX
AC3_MAX_MSB_ABS_INT16 or_abs
INIT_MMX mmxext
-%define ABS2 ABS2_MMXEXT
AC3_MAX_MSB_ABS_INT16 min_max
INIT_XMM sse2
AC3_MAX_MSB_ABS_INT16 min_max
INIT_XMM ssse3
-%define ABS2 ABS2_SSSE3
AC3_MAX_MSB_ABS_INT16 or_abs
;-----------------------------------------------------------------------------