neutrino: fix build with last org ffmpeg git

This commit is contained in:
Jacek Jendrzej
2022-03-24 16:51:49 +01:00
parent 09ce8971f1
commit 8f45184162
3 changed files with 2 additions and 1 deletions

View File

@@ -44,7 +44,6 @@ extern "C" {
#include <libavutil/opt.h>
#include <libavutil/samplefmt.h>
#include <libswresample/swresample.h>
#include <libavcodec/avcodec.h>
}
#if LIBAVCODEC_VERSION_INT < AV_VERSION_INT(55, 28, 1)

View File

@@ -39,6 +39,7 @@
# endif
extern "C" {
#include <libavformat/avformat.h>
#include <libavcodec/avcodec.h>
}
#include <OpenThreads/Thread>
#include <OpenThreads/Condition>

View File

@@ -33,6 +33,7 @@
extern "C" {
#include <libavformat/avformat.h>
#include <libavcodec/avcodec.h>
#if LIBAVCODEC_VERSION_INT >= AV_VERSION_INT(59, 0, 100)
#include <libavcodec/bsf.h>
#endif