mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2026-01-24 02:21:11 +01:00
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
This commit is contained in:
parent
711d14cff3
commit
a63dbf3970
3 changed files with 3 additions and 0 deletions
|
|
@ -28,6 +28,7 @@
|
|||
* (http://dirac.sourceforge.net/specification.html).
|
||||
*/
|
||||
|
||||
#include "libavcore/imgutils.h"
|
||||
#include "libdirac.h"
|
||||
|
||||
#undef NDEBUG
|
||||
|
|
|
|||
|
|
@ -24,6 +24,7 @@
|
|||
* JPEG 2000 decoder using libopenjpeg
|
||||
*/
|
||||
|
||||
#include "libavcore/imgutils.h"
|
||||
#include "avcodec.h"
|
||||
#include "libavutil/intreadwrite.h"
|
||||
#define OPJ_STATIC
|
||||
|
|
|
|||
|
|
@ -27,6 +27,7 @@
|
|||
* (http://dirac.sourceforge.net/specification.html).
|
||||
*/
|
||||
|
||||
#include "libavcore/imgutils.h"
|
||||
#include "avcodec.h"
|
||||
#include "libdirac_libschro.h"
|
||||
#include "libschroedinger.h"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue