diff options
author | Ronald S. Bultje <rsbultje@gmail.com> | 2013-03-10 14:23:46 -0700 |
---|---|---|
committer | Martin Storsjö <martin@martin.st> | 2013-04-19 23:29:22 +0300 |
commit | 54cd5e4f92de6bd0fb8e24069153b0156c8136bc (patch) | |
tree | f71fd73f568f8f67e0f0129ac59f8fdebd1c3ff7 /libavcodec/vc1dsp.h | |
parent | 2957d29f0531ccd8a6f4378293424dfd92db3044 (diff) | |
download | ffmpeg-54cd5e4f92de6bd0fb8e24069153b0156c8136bc.tar.gz |
dsputil: Remove hpel functions (moved to hpeldsp)
Signed-off-by: Martin Storsjö <martin@martin.st>
Diffstat (limited to 'libavcodec/vc1dsp.h')
-rw-r--r-- | libavcodec/vc1dsp.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/vc1dsp.h b/libavcodec/vc1dsp.h index 63256e5016..677bc37bbe 100644 --- a/libavcodec/vc1dsp.h +++ b/libavcodec/vc1dsp.h @@ -29,6 +29,7 @@ #define AVCODEC_VC1DSP_H #include "dsputil.h" +#include "hpeldsp.h" #include "h264chroma.h" typedef struct VC1DSPContext { |