mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-26 23:13:13 +02:00
- unify AV_VERSION_INT defines; fix cst build
Signed-off-by: Thilo Graf <dbt@novatux.de>
This commit is contained in:
@@ -1,5 +1,3 @@
|
||||
|
||||
|
||||
/*
|
||||
Neutrino-GUI - DBoxII-Project
|
||||
|
||||
|
@@ -65,7 +65,9 @@
|
||||
|
||||
extern "C" {
|
||||
#include <libavformat/avformat.h>
|
||||
#if LIBAVCODEC_VERSION_INT >= AV_VERSION_INT(57, 48, 101)
|
||||
#include <libavcodec/bsf.h>
|
||||
#endif
|
||||
}
|
||||
|
||||
#if (LIBAVCODEC_VERSION_MAJOR > 55)
|
||||
|
@@ -33,7 +33,9 @@
|
||||
|
||||
extern "C" {
|
||||
#include <libavformat/avformat.h>
|
||||
#if LIBAVCODEC_VERSION_INT >= AV_VERSION_INT(57, 48, 101)
|
||||
#include <libavcodec/bsf.h>
|
||||
#endif
|
||||
}
|
||||
|
||||
typedef std::set<int> stream_pids_t;
|
||||
|
Reference in New Issue
Block a user