diff options
author | Diego Biurrun <diego@biurrun.de> | 2014-01-29 14:57:10 +0100 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2014-03-22 06:17:29 -0700 |
commit | 82dd1026cfc1d72b04019185bea4c1c9621ace3f (patch) | |
tree | 50872156bd85c747bb1aa1ad619cbe3cc95de224 /libavcodec/x86/hpeldsp_mmx.c | |
parent | ae116cd3ed908d28b69d5198712217ec743d74f6 (diff) | |
download | ffmpeg-82dd1026cfc1d72b04019185bea4c1c9621ace3f.tar.gz |
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.c | 2 |
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 |