summaryrefslogtreecommitdiff
path: root/libavcodec/sh4
diff options
context:
space:
mode:
authorMans Rullgard <mans@mansr.com>2012-10-11 02:08:24 +0100
committerMans Rullgard <mans@mansr.com>2012-10-11 10:55:26 +0100
commit25dc79bc1433f2689b69aa1293e311ed69a95a8a (patch)
tree43d76b018322b04c1bc86535b16a6b45f5e28767 /libavcodec/sh4
parent1a2c7880aa1ca5893b860e81dd3f0a4c2696de18 (diff)
downloadffmpeg-25dc79bc1433f2689b69aa1293e311ed69a95a8a.tar.gz
sh4: add required #include, fix build
Signed-off-by: Mans Rullgard <mans@mansr.com>
Diffstat (limited to 'libavcodec/sh4')
-rw-r--r--libavcodec/sh4/qpel.c2
1 files changed, 2 insertions, 0 deletions
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) \