diff options
author | Diego Biurrun <diego@biurrun.de> | 2014-01-28 18:19:21 +0100 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2014-03-22 06:17:29 -0700 |
commit | 6655c933a887a2d20707fff657b614aa1d86a25b (patch) | |
tree | 3d59639e328fb15f0b0c369152d0e81eac851b09 /libavcodec/x86/hpeldsp_init.c | |
parent | 322a1dda973e802db7b57f2007fad3efcd5bab81 (diff) | |
download | ffmpeg-6655c933a887a2d20707fff657b614aa1d86a25b.tar.gz |
x86: dsputil: Move fpel declarations to a separate header
Diffstat (limited to 'libavcodec/x86/hpeldsp_init.c')
-rw-r--r-- | libavcodec/x86/hpeldsp_init.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/x86/hpeldsp_init.c b/libavcodec/x86/hpeldsp_init.c index e686f2c56e..0603e40c7f 100644 --- a/libavcodec/x86/hpeldsp_init.c +++ b/libavcodec/x86/hpeldsp_init.c @@ -30,6 +30,7 @@ #include "libavcodec/hpeldsp.h" #include "libavcodec/pixels.h" #include "dsputil_x86.h" +#include "fpel.h" void ff_put_pixels8_x2_mmxext(uint8_t *block, const uint8_t *pixels, ptrdiff_t line_size, int h); |