From 1399931d07f0f37ef4526eb8d39d33c64e09618a Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Wed, 8 May 2013 01:52:57 +0200 Subject: x86: dsputil: Rename dsputil_mmx.h --> dsputil_x86.h The header is not (anymore) MMX-specific. --- libavcodec/x86/mpegvideo.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavcodec/x86/mpegvideo.c') diff --git a/libavcodec/x86/mpegvideo.c b/libavcodec/x86/mpegvideo.c index a603bfb4b8..55cff74e3f 100644 --- a/libavcodec/x86/mpegvideo.c +++ b/libavcodec/x86/mpegvideo.c @@ -24,7 +24,7 @@ #include "libavutil/x86/asm.h" #include "libavcodec/avcodec.h" #include "libavcodec/mpegvideo.h" -#include "dsputil_mmx.h" +#include "dsputil_x86.h" #if HAVE_INLINE_ASM -- cgit v1.2.3