summaryrefslogtreecommitdiff
path: root/libavcodec/indeo3.c
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/indeo3.c
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/indeo3.c')
-rw-r--r--libavcodec/indeo3.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/indeo3.c b/libavcodec/indeo3.c
index 1d36d22e73..a94b087bed 100644
--- a/libavcodec/indeo3.c
+++ b/libavcodec/indeo3.c
@@ -32,6 +32,7 @@
#include "libavutil/imgutils.h"
#include "libavutil/intreadwrite.h"
#include "avcodec.h"
+#include "copy_block.h"
#include "dsputil.h"
#include "bytestream.h"
#include "get_bits.h"