Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2013-02-08 01:03:49 +0400
committerDiego Biurrun <diego@biurrun.de>2013-02-08 01:08:19 +0400
commitb9ba5253dd1232be4b48cfe61c31ff4b3de3d10a (patch)
tree2f543938d10723c226c11b1d206e0bab21c7915b /libavcodec/dsputil.c
parent9e31729d692f1e721b7ed1a3a0f51b68c064d68f (diff)
dsputil: Move copy_block functions to a separate header
Diffstat (limited to 'libavcodec/dsputil.c')
-rw-r--r--libavcodec/dsputil.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/dsputil.c b/libavcodec/dsputil.c
index fac51bcbae..2980684c64 100644
--- a/libavcodec/dsputil.c
+++ b/libavcodec/dsputil.c
@@ -29,6 +29,7 @@
#include "libavutil/imgutils.h"
#include "avcodec.h"
+#include "copy_block.h"
#include "dsputil.h"
#include "simple_idct.h"
#include "faandct.h"