From 8f4518416232f706922484338f75a2ce2f87e505 Mon Sep 17 00:00:00 2001 From: Jacek Jendrzej Date: Thu, 24 Mar 2022 16:51:49 +0100 Subject: [PATCH] neutrino: fix build with last org ffmpeg git --- src/driver/audiodec/ffmpegdec.cpp | 1 - src/driver/audiodec/ffmpegdec.h | 1 + src/driver/streamts.h | 1 + 3 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/driver/audiodec/ffmpegdec.cpp b/src/driver/audiodec/ffmpegdec.cpp index 611a75565..3dfcd751c 100644 --- a/src/driver/audiodec/ffmpegdec.cpp +++ b/src/driver/audiodec/ffmpegdec.cpp @@ -44,7 +44,6 @@ extern "C" { #include #include #include -#include } #if LIBAVCODEC_VERSION_INT < AV_VERSION_INT(55, 28, 1) diff --git a/src/driver/audiodec/ffmpegdec.h b/src/driver/audiodec/ffmpegdec.h index 5cd10cd98..2f7366ae5 100644 --- a/src/driver/audiodec/ffmpegdec.h +++ b/src/driver/audiodec/ffmpegdec.h @@ -39,6 +39,7 @@ # endif extern "C" { #include +#include } #include #include diff --git a/src/driver/streamts.h b/src/driver/streamts.h index 91da9b00d..8d6640983 100644 --- a/src/driver/streamts.h +++ b/src/driver/streamts.h @@ -33,6 +33,7 @@ extern "C" { #include +#include #if LIBAVCODEC_VERSION_INT >= AV_VERSION_INT(59, 0, 100) #include #endif