From 7b4556da033d9d7d582f5a8eb6764c41cb90619f Mon Sep 17 00:00:00 2001 From: Jacek Jendrzej Date: Wed, 1 Sep 2021 17:31:20 +0200 Subject: [PATCH] ffmpeg version , try to fix build with ni/ffmpeg/master Origin commit data ------------------ Branch: ni/coolstream Commit: https://github.com/neutrino-images/ni-neutrino/commit/6f0a018fa46e1c31538c5ff596ab6e4c55fd6d2d Author: Jacek Jendrzej Date: 2021-09-01 (Wed, 01 Sep 2021) ------------------ No further description and justification available within origin commit message! ------------------ This commit was generated by Migit --- src/driver/record.cpp | 2 +- src/driver/streamts.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/driver/record.cpp b/src/driver/record.cpp index 1925fdb1f..4f8d8bf36 100644 --- a/src/driver/record.cpp +++ b/src/driver/record.cpp @@ -66,7 +66,7 @@ extern "C" { #include -#if LIBAVCODEC_VERSION_INT >= AV_VERSION_INT(57, 48, 101) +#if LIBAVCODEC_VERSION_INT >= AV_VERSION_INT(59, 0, 100) #include #endif } diff --git a/src/driver/streamts.h b/src/driver/streamts.h index fbb271c70..91da9b00d 100644 --- a/src/driver/streamts.h +++ b/src/driver/streamts.h @@ -33,7 +33,7 @@ extern "C" { #include -#if LIBAVCODEC_VERSION_INT >= AV_VERSION_INT(57, 48, 101) +#if LIBAVCODEC_VERSION_INT >= AV_VERSION_INT(59, 0, 100) #include #endif }