From 25dc79bc1433f2689b69aa1293e311ed69a95a8a Mon Sep 17 00:00:00 2001 From: Mans Rullgard Date: Thu, 11 Oct 2012 02:08:24 +0100 Subject: sh4: add required #include, fix build Signed-off-by: Mans Rullgard --- libavcodec/sh4/qpel.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libavcodec/sh4') diff --git a/libavcodec/sh4/qpel.c b/libavcodec/sh4/qpel.c index 3242872e47..cb6cdf0db5 100644 --- a/libavcodec/sh4/qpel.c +++ b/libavcodec/sh4/qpel.c @@ -21,6 +21,8 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ +#include "libavutil/common.h" + #define PIXOP2(OPNAME, OP) \ \ static inline void OPNAME ## _pixels4_l2_aligned(uint8_t *dst, const uint8_t *src1, const uint8_t *src2, int dst_stride, int src_stride1, int src_stride2, int h) \ -- cgit v1.2.1