summaryrefslogtreecommitdiff
path: root/libavcodec/x86/simple_idct.c
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2013-05-08 01:52:57 +0200
committerDiego Biurrun <diego@biurrun.de>2013-05-12 22:28:07 +0200
commit1399931d07f0f37ef4526eb8d39d33c64e09618a (patch)
tree606d93ca7533357e3bbc2db760768cf7b8a58d12 /libavcodec/x86/simple_idct.c
parent245b76a108585b6fb52eebc2626c472d6fa530dc (diff)
x86: dsputil: Rename dsputil_mmx.h --> dsputil_x86.h
The header is not (anymore) MMX-specific.
Diffstat (limited to 'libavcodec/x86/simple_idct.c')
-rw-r--r--libavcodec/x86/simple_idct.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/x86/simple_idct.c b/libavcodec/x86/simple_idct.c
index f31f7f42f2..36f0b477e0 100644
--- a/libavcodec/x86/simple_idct.c
+++ b/libavcodec/x86/simple_idct.c
@@ -22,7 +22,7 @@
#include "libavcodec/simple_idct.h"
#include "libavutil/internal.h"
#include "libavutil/mem.h"
-#include "dsputil_mmx.h"
+#include "dsputil_x86.h"
#if HAVE_INLINE_ASM