summaryrefslogtreecommitdiff
path: root/libavcodec/x86/vc1dsp_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/vc1dsp_mmx.c
parent322a1dda973e802db7b57f2007fad3efcd5bab81 (diff)
x86: dsputil: Move fpel declarations to a separate header
Diffstat (limited to 'libavcodec/x86/vc1dsp_mmx.c')
-rw-r--r--libavcodec/x86/vc1dsp_mmx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/x86/vc1dsp_mmx.c b/libavcodec/x86/vc1dsp_mmx.c
index 15fd2c830c..046affbc26 100644
--- a/libavcodec/x86/vc1dsp_mmx.c
+++ b/libavcodec/x86/vc1dsp_mmx.c
@@ -31,7 +31,7 @@
#include "libavutil/x86/cpu.h"
#include "libavcodec/vc1dsp.h"
#include "constants.h"
-#include "dsputil_x86.h"
+#include "fpel.h"
#include "vc1dsp.h"
#if HAVE_INLINE_ASM