summaryrefslogtreecommitdiff
path: root/libavcodec/x86/hpeldsp_mmx.c
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2014-01-29 14:57:10 +0100
committerDiego Biurrun <diego@biurrun.de>2014-03-22 06:17:29 -0700
commit82dd1026cfc1d72b04019185bea4c1c9621ace3f (patch)
tree50872156bd85c747bb1aa1ad619cbe3cc95de224 /libavcodec/x86/hpeldsp_mmx.c
parentae116cd3ed908d28b69d5198712217ec743d74f6 (diff)
x86: dsputil: Move hpeldsp-related declarations to a separate header
Diffstat (limited to 'libavcodec/x86/hpeldsp_mmx.c')
-rw-r--r--libavcodec/x86/hpeldsp_mmx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/x86/hpeldsp_mmx.c b/libavcodec/x86/hpeldsp_mmx.c
index b78a0c85b3..c93c78e40e 100644
--- a/libavcodec/x86/hpeldsp_mmx.c
+++ b/libavcodec/x86/hpeldsp_mmx.c
@@ -24,7 +24,7 @@
#include <stdint.h>
#include "config.h"
-#include "dsputil_x86.h"
+#include "hpeldsp.h"
#include "inline_asm.h"
#if HAVE_MMX_INLINE