From ffc2058b189c0bcf7d23a1bdf38653946a27fb36 Mon Sep 17 00:00:00 2001 From: Jacek Jendrzej Date: Sun, 27 Mar 2022 21:46:44 +0200 Subject: [PATCH] neutrino: fix build with last org ffmpeg git Origin commit data ------------------ Commit: https://github.com/neutrino-images/ni-neutrino/commit/367f83096c3020dfec64806bf7da4b1839cdd9f8 Author: Jacek Jendrzej Date: 2022-03-27 (Sun, 27 Mar 2022) --- 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