From 0d81199fc939ad3d3f481958c0f02d31c504d334 Mon Sep 17 00:00:00 2001 From: Peter Keresztes Schmidt Date: Sat, 5 Jun 2021 20:39:48 +0200 Subject: [PATCH] Build: Require at least FFmpeg 3.2 (libavutil 55.34.100) --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index a92e0e6d9..83ba66b24 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -438,7 +438,7 @@ else() message(FATAL_ERROR "ZoneMinder requires mysqlclient but it was not found on your system") endif() -find_package(FFMPEG REQUIRED +find_package(FFMPEG 55.34.100 REQUIRED COMPONENTS avcodec avformat