From a63dbf3970bb25bb4447dc458ad0951f00486ac0 Mon Sep 17 00:00:00 2001 From: Stefano Sabatini Date: Sat, 7 Aug 2010 01:36:35 +0000 Subject: 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 --- libavcodec/libschroedingerdec.c | 1 + 1 file changed, 1 insertion(+) (limited to 'libavcodec/libschroedingerdec.c') 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" -- cgit v1.2.3