summaryrefslogtreecommitdiff
path: root/libavcodec/imgconvert.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/imgconvert.c
parent245b76a108585b6fb52eebc2626c472d6fa530dc (diff)
x86: dsputil: Rename dsputil_mmx.h --> dsputil_x86.h
The header is not (anymore) MMX-specific.
Diffstat (limited to 'libavcodec/imgconvert.c')
-rw-r--r--libavcodec/imgconvert.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/imgconvert.c b/libavcodec/imgconvert.c
index 646fb85b77..52a6e3f54e 100644
--- a/libavcodec/imgconvert.c
+++ b/libavcodec/imgconvert.c
@@ -40,7 +40,7 @@
#include "libavutil/imgutils.h"
#if HAVE_MMX_EXTERNAL
-#include "x86/dsputil_mmx.h"
+#include "x86/dsputil_x86.h"
#endif
#if HAVE_MMX_EXTERNAL