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_init.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_init.c')
-rw-r--r-- | libavcodec/x86/hpeldsp_init.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/x86/hpeldsp_init.c b/libavcodec/x86/hpeldsp_init.c index 0603e40c7f..86e41bcb9b 100644 --- a/libavcodec/x86/hpeldsp_init.c +++ b/libavcodec/x86/hpeldsp_init.c @@ -29,8 +29,8 @@ #include "libavcodec/avcodec.h" #include "libavcodec/hpeldsp.h" #include "libavcodec/pixels.h" -#include "dsputil_x86.h" #include "fpel.h" +#include "hpeldsp.h" void ff_put_pixels8_x2_mmxext(uint8_t *block, const uint8_t *pixels, ptrdiff_t line_size, int h); |