mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-26 15:02:50 +02:00
unify AV_VERSION_INT defines; fix cst build
Origin commit data
------------------
Branch: ni/coolstream
Commit: d1ff68dc54
Author: vanhofen <vanhofen@gmx.de>
Date: 2021-08-29 (Sun, 29 Aug 2021)
Origin message was:
------------------
- unify AV_VERSION_INT defines; fix cst build
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -32,7 +32,7 @@ private:
|
||||
pthread_mutex_t mutex;
|
||||
cList<cDvbSubtitleBitmaps> *bitmaps;
|
||||
AVCodecContext * avctx;
|
||||
#if LIBAVCODEC_VERSION_INT < AV_VERSION_INT(59,0,100)
|
||||
#if LIBAVCODEC_VERSION_INT < AV_VERSION_INT(59, 0, 100)
|
||||
AVCodec *avcodec;
|
||||
#else
|
||||
const AVCodec *avcodec;
|
||||
|
Reference in New Issue
Block a user