Mercurial > libavcodec.hg
comparison libopenjpeg.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 |
|---|---|
| 22 /** | 22 /** |
| 23 * @file | 23 * @file |
| 24 * JPEG 2000 decoder using libopenjpeg | 24 * JPEG 2000 decoder using libopenjpeg |
| 25 */ | 25 */ |
| 26 | 26 |
| 27 #include "libavcore/imgutils.h" | |
| 27 #include "avcodec.h" | 28 #include "avcodec.h" |
| 28 #include "libavutil/intreadwrite.h" | 29 #include "libavutil/intreadwrite.h" |
| 29 #define OPJ_STATIC | 30 #define OPJ_STATIC |
| 30 #include <openjpeg.h> | 31 #include <openjpeg.h> |
| 31 | 32 |
