summaryrefslogtreecommitdiff
path: root/libavcodec/x86/proresdsp.asm
diff options
context:
space:
mode:
authorReimar Döffinger <Reimar.Doeffinger@gmx.de>2012-02-12 21:37:08 +0100
committerReimar Döffinger <Reimar.Doeffinger@gmx.de>2012-02-12 21:42:31 +0100
commitf51a0721604deb9aea230522e618b2c4769cad77 (patch)
tree13fe955ae9aaa6d5acc710255730a93c9ac39f0c /libavcodec/x86/proresdsp.asm
parent18a7f7465e7e6b9c3688ffc23230ae7a0639a771 (diff)
Fix compilation without HAVE_AVX.
%ifdef HAVE_AVX must now be %if HAVE_AVX. Signed-off-by: Reimar Döffinger <Reimar.Doeffinger@gmx.de>
Diffstat (limited to 'libavcodec/x86/proresdsp.asm')
-rw-r--r--libavcodec/x86/proresdsp.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/x86/proresdsp.asm b/libavcodec/x86/proresdsp.asm
index 75448e06a9..a09d871fda 100644
--- a/libavcodec/x86/proresdsp.asm
+++ b/libavcodec/x86/proresdsp.asm
@@ -306,7 +306,7 @@ INIT_XMM
idct_put_fn sse2, 16
INIT_XMM
idct_put_fn sse4, 16
-%ifdef HAVE_AVX
+%if HAVE_AVX
INIT_AVX
idct_put_fn avx, 16
%endif