Browse code

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

Stefano Sabatini authored on 2010/08/07 10:36:35
Showing 3 changed files
... ...
@@ -28,6 +28,7 @@
28 28
 * (http://dirac.sourceforge.net/specification.html).
29 29
 */
30 30
 
31
+#include "libavcore/imgutils.h"
31 32
 #include "libdirac.h"
32 33
 
33 34
 #undef NDEBUG
... ...
@@ -24,6 +24,7 @@
24 24
 * JPEG 2000 decoder using libopenjpeg
25 25
 */
26 26
 
27
+#include "libavcore/imgutils.h"
27 28
 #include "avcodec.h"
28 29
 #include "libavutil/intreadwrite.h"
29 30
 #define  OPJ_STATIC
... ...
@@ -27,6 +27,7 @@
27 27
 * (http://dirac.sourceforge.net/specification.html).
28 28
 */
29 29
 
30
+#include "libavcore/imgutils.h"
30 31
 #include "avcodec.h"
31 32
 #include "libdirac_libschro.h"
32 33
 #include "libschroedinger.h"