From d3c3c1664a958923f234283e66fbcbfe69a6927f Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Wed, 8 Jan 2014 00:06:52 +0100 Subject: dsputil: Move hpel_template #include out of dsputil_template Multiple inclusion makes no sense as it is only used in the 8-bit case. --- libavcodec/hpel_template.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libavcodec/hpel_template.c') diff --git a/libavcodec/hpel_template.c b/libavcodec/hpel_template.c index 0a8550a738..fa7a614b82 100644 --- a/libavcodec/hpel_template.c +++ b/libavcodec/hpel_template.c @@ -21,6 +21,8 @@ #include "pixels.h" +#include "bit_depth_template.c" + #define DEF_HPEL(OPNAME, OP) \ static inline void FUNC(OPNAME ## _pixels8_l2)(uint8_t *dst, \ const uint8_t *src1, \ -- cgit v1.2.3