mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-27 07:23:09 +02:00
neutrino: fix build with last org ffmpeg git
This commit is contained in:
@@ -44,7 +44,6 @@ extern "C" {
|
|||||||
#include <libavutil/opt.h>
|
#include <libavutil/opt.h>
|
||||||
#include <libavutil/samplefmt.h>
|
#include <libavutil/samplefmt.h>
|
||||||
#include <libswresample/swresample.h>
|
#include <libswresample/swresample.h>
|
||||||
#include <libavcodec/avcodec.h>
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#if LIBAVCODEC_VERSION_INT < AV_VERSION_INT(55, 28, 1)
|
#if LIBAVCODEC_VERSION_INT < AV_VERSION_INT(55, 28, 1)
|
||||||
|
@@ -39,6 +39,7 @@
|
|||||||
# endif
|
# endif
|
||||||
extern "C" {
|
extern "C" {
|
||||||
#include <libavformat/avformat.h>
|
#include <libavformat/avformat.h>
|
||||||
|
#include <libavcodec/avcodec.h>
|
||||||
}
|
}
|
||||||
#include <OpenThreads/Thread>
|
#include <OpenThreads/Thread>
|
||||||
#include <OpenThreads/Condition>
|
#include <OpenThreads/Condition>
|
||||||
|
@@ -33,6 +33,7 @@
|
|||||||
|
|
||||||
extern "C" {
|
extern "C" {
|
||||||
#include <libavformat/avformat.h>
|
#include <libavformat/avformat.h>
|
||||||
|
#include <libavcodec/avcodec.h>
|
||||||
#if LIBAVCODEC_VERSION_INT >= AV_VERSION_INT(59, 0, 100)
|
#if LIBAVCODEC_VERSION_INT >= AV_VERSION_INT(59, 0, 100)
|
||||||
#include <libavcodec/bsf.h>
|
#include <libavcodec/bsf.h>
|
||||||
#endif
|
#endif
|
||||||
|
Reference in New Issue
Block a user