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/rv40dsp_init.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavcodec/x86/rv40dsp_init.c') diff --git a/libavcodec/x86/rv40dsp_init.c b/libavcodec/x86/rv40dsp_init.c index 3a785b35eb..a90f57fe10 100644 --- a/libavcodec/x86/rv40dsp_init.c +++ b/libavcodec/x86/rv40dsp_init.c @@ -30,7 +30,7 @@ #include "libavutil/attributes.h" #include "libavutil/mem.h" #include "libavutil/x86/cpu.h" -#include "dsputil_mmx.h" +#include "dsputil_x86.h" #if HAVE_YASM void ff_put_rv40_chroma_mc8_mmx (uint8_t *dst, uint8_t *src, -- cgit v1.2.3