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/cavsdsp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavcodec/x86/cavsdsp.c') diff --git a/libavcodec/x86/cavsdsp.c b/libavcodec/x86/cavsdsp.c index 83a7451c76..68273461e8 100644 --- a/libavcodec/x86/cavsdsp.c +++ b/libavcodec/x86/cavsdsp.c @@ -29,7 +29,7 @@ #include "libavutil/x86/cpu.h" #include "libavcodec/cavsdsp.h" #include "constants.h" -#include "dsputil_mmx.h" +#include "dsputil_x86.h" #include "config.h" #if HAVE_MMX_INLINE -- cgit v1.2.3