comparison libschroedingerdec.c @ 12376:7e9b2d528e59 libavcodec

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.
author stefano
date Sat, 07 Aug 2010 01:36:35 +0000
parents 914f484bb476
children ffb3668ff7af
comparison
equal deleted inserted replaced
12375:98004cbdda4e 12376:7e9b2d528e59
25 * the Schroedinger project can be found at http://www.diracvideo.org/. 25 * the Schroedinger project can be found at http://www.diracvideo.org/.
26 * The library implements Dirac Specification Version 2.2. 26 * The library implements Dirac Specification Version 2.2.
27 * (http://dirac.sourceforge.net/specification.html). 27 * (http://dirac.sourceforge.net/specification.html).
28 */ 28 */
29 29
30 #include "libavcore/imgutils.h"
30 #include "avcodec.h" 31 #include "avcodec.h"
31 #include "libdirac_libschro.h" 32 #include "libdirac_libschro.h"
32 #include "libschroedinger.h" 33 #include "libschroedinger.h"
33 34
34 #undef NDEBUG 35 #undef NDEBUG