summaryrefslogtreecommitdiff
path: root/libavcodec/sh4
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2013-02-09 13:16:57 +0100
committerMichael Niedermayer <michaelni@gmx.at>2013-02-09 13:23:59 +0100
commitb05830169d97f11509a29ed211e79e54f7dece5d (patch)
tree901af4cf633015933b9c9fdf4bbb269c2cb108ab /libavcodec/sh4
parent29a92c01148076cb3f90c132615a5c61e5b0f4ea (diff)
parentb9ba5253dd1232be4b48cfe61c31ff4b3de3d10a (diff)
Merge commit 'b9ba5253dd1232be4b48cfe61c31ff4b3de3d10a'
* commit 'b9ba5253dd1232be4b48cfe61c31ff4b3de3d10a': dsputil: Move copy_block functions to a separate header dsputil: Drop unused functions copy_block{2|4|16} No functions are droped because they are used in several places. Merged-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec/sh4')
-rw-r--r--libavcodec/sh4/qpel.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/sh4/qpel.c b/libavcodec/sh4/qpel.c
index c6d032bd07..8bcce2b8d2 100644
--- a/libavcodec/sh4/qpel.c
+++ b/libavcodec/sh4/qpel.c
@@ -22,6 +22,7 @@
*/
#include "libavutil/common.h"
+#include "libavcodec/copy_block.h"
#define PIXOP2(OPNAME, OP) \
\