From 02f470c7eb104605dd0bfcf743c75e4d9c81f097 Mon Sep 17 00:00:00 2001 From: Tillmann Karras Date: Sun, 15 Jun 2014 09:19:06 +0200 Subject: [PATCH] CMake: update min. libav/ffmpeg library versions --- CMakeTests/CheckLib.cmake | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeTests/CheckLib.cmake b/CMakeTests/CheckLib.cmake index 5f02ffd721..7d2a88ccd2 100644 --- a/CMakeTests/CheckLib.cmake +++ b/CMakeTests/CheckLib.cmake @@ -55,8 +55,8 @@ endmacro() macro(check_libav) if(PKG_CONFIG_FOUND) - pkg_check_modules(LIBAV libavcodec>=53.35.0 libavformat>=53.21.0 - libswscale>=2.1.0 libavutil>=51.22.1) + pkg_check_modules(LIBAV libavcodec>=55.52.102 libavformat>=55.33.100 + libswscale>=2.5.102 libavutil>=52.66.100) else() message("pkg-config is required to check for libav/ffmpeg") endif()