From 771bc5cc3aa983b7394134d22cb5360c2059f7b7 Mon Sep 17 00:00:00 2001 From: kfb77 Date: Tue, 16 Feb 2021 18:55:20 +0100 Subject: [PATCH] Tntnet30: add missing include and --- ffmpeg.cpp | 4 ++++ tntconfig.h | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/ffmpeg.cpp b/ffmpeg.cpp index 6cb01cde..d21caf97 100644 --- a/ffmpeg.cpp +++ b/ffmpeg.cpp @@ -5,6 +5,10 @@ #include #include #include +#if TNTVERSION >= 30000 + #include + #include +#endif #include #include diff --git a/tntconfig.h b/tntconfig.h index 21692459..26a6d7ff 100644 --- a/tntconfig.h +++ b/tntconfig.h @@ -1,6 +1,10 @@ #ifndef VDR_LIVE_TNTCONFIG_H #define VDR_LIVE_TNTCONFIG_H +#if TNTVERSION >= 30000 + #include +#endif + #include "tntfeatures.h" #include