summaryrefslogtreecommitdiff
path: root/libavcodec/x86/fpel_mmx.c
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2014-01-28 18:19:21 +0100
committerDiego Biurrun <diego@biurrun.de>2014-03-22 06:17:29 -0700
commit6655c933a887a2d20707fff657b614aa1d86a25b (patch)
tree3d59639e328fb15f0b0c369152d0e81eac851b09 /libavcodec/x86/fpel_mmx.c
parent322a1dda973e802db7b57f2007fad3efcd5bab81 (diff)
x86: dsputil: Move fpel declarations to a separate header
Diffstat (limited to 'libavcodec/x86/fpel_mmx.c')
-rw-r--r--libavcodec/x86/fpel_mmx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/x86/fpel_mmx.c b/libavcodec/x86/fpel_mmx.c
index 9c88ccf7de..eef05ecc74 100644
--- a/libavcodec/x86/fpel_mmx.c
+++ b/libavcodec/x86/fpel_mmx.c
@@ -25,7 +25,7 @@
#include <stdint.h>
#include "config.h"
-#include "dsputil_x86.h"
+#include "fpel.h"
#include "inline_asm.h"
#if HAVE_MMX_INLINE