summaryrefslogtreecommitdiff
path: root/libavcodec
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2013-01-30 02:41:31 +0100
committerMichael Niedermayer <michaelni@gmx.at>2013-01-30 02:51:59 +0100
commit4d3d3625495915c45d63d1d72d332159d9d29baa (patch)
treeee22926a528735821c3dea42e9afd9722e330430 /libavcodec
parent3c3d68a97677647c4d002231d0d3f7cd7e0636cf (diff)
dirac/x86: fix compile without inline asm
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec')
-rw-r--r--libavcodec/x86/dsputil_mmx.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/libavcodec/x86/dsputil_mmx.c b/libavcodec/x86/dsputil_mmx.c
index dcf2345954..d1e7bea42e 100644
--- a/libavcodec/x86/dsputil_mmx.c
+++ b/libavcodec/x86/dsputil_mmx.c
@@ -1634,8 +1634,10 @@ void ff_ ## OPNAME2 ## _dirac_pixels32_ ## EXT(uint8_t *dst, const uint8_t *src[
}\
}
+#if HAVE_MMX_INLINE
DIRAC_PIXOP(put, put, mmx)
DIRAC_PIXOP(avg, avg, mmx)
+#endif
DIRAC_PIXOP(avg, ff_avg, mmxext)
#if HAVE_YASM