From ea42e9e04d6149b2ef67d6a1d6ecad3bd1223fc4 Mon Sep 17 00:00:00 2001 From: Glenn Rice Date: Tue, 22 Nov 2011 19:56:42 -0600 Subject: [PATCH] Update required libav versions in the cmake build. --- CMakeTests/CheckLib.cmake | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeTests/CheckLib.cmake b/CMakeTests/CheckLib.cmake index affc92ae8f..43f9370188 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>=52.72.2 libavformat>=52.64.2 - libswscale>=0.11.0 libavutil>=50.15.1) + pkg_check_modules(LIBAV libavcodec>=53.5.0 libavformat>=53.2.0 + libswscale>=2.0.0 libavutil>=51.7.0) else() message("pkg-config is required to check for libav") endif()