summaryrefslogtreecommitdiff
path: root/src/libffmpeg/libavcodec/mpegvideo.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/libffmpeg/libavcodec/mpegvideo.c')
-rw-r--r--src/libffmpeg/libavcodec/mpegvideo.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libffmpeg/libavcodec/mpegvideo.c b/src/libffmpeg/libavcodec/mpegvideo.c
index ea7979bb8..5c66b3189 100644
--- a/src/libffmpeg/libavcodec/mpegvideo.c
+++ b/src/libffmpeg/libavcodec/mpegvideo.c
@@ -106,7 +106,7 @@ int MPV_common_init(MpegEncContext *s)
else
s->dct_unquantize = dct_unquantize_mpeg1_c;
-#ifdef HAVE_MMX
+#ifdef ARCH_X86
MPV_common_init_mmx(s);
#endif
s->mb_width = (s->width + 15) / 16;