summaryrefslogtreecommitdiff
path: root/libavcodec/libschroedingerdec.c
diff options
context:
space:
mode:
authorStefano Sabatini <stefano.sabatini-lala@poste.it>2010-08-07 01:36:35 +0000
committerStefano Sabatini <stefano.sabatini-lala@poste.it>2010-08-07 01:36:35 +0000
commita63dbf3970bb25bb4447dc458ad0951f00486ac0 (patch)
treed3d6a0a921d0c88a6b301d998d265e93e477cc8b /libavcodec/libschroedingerdec.c
parent711d14cff34ededdee58308f150c727597823516 (diff)
Fix the compilation of some libavcodec/lib* files which were not
including libavcore/imgutils.h, which was required since the recent avcodec_check_dimensions() -> av_check_image_size() transition. Originally committed as revision 24734 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/libschroedingerdec.c')
-rw-r--r--libavcodec/libschroedingerdec.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/libschroedingerdec.c b/libavcodec/libschroedingerdec.c
index 776f293624..26f2c68a28 100644
--- a/libavcodec/libschroedingerdec.c
+++ b/libavcodec/libschroedingerdec.c
@@ -27,6 +27,7 @@
* (http://dirac.sourceforge.net/specification.html).
*/
+#include "libavcore/imgutils.h"
#include "avcodec.h"
#include "libdirac_libschro.h"
#include "libschroedinger.h"