From b9b2bdb37a7c9b255cc829eebdb9d698325130ab Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Tue, 27 Mar 2012 08:52:21 -0700 Subject: Make sure we have a recent-enough ffmpeg --- CMakeLists.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index d067ded7..aa97ce58 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -662,7 +662,8 @@ ENDIF() SET(BACKENDS "${BACKENDS} Null") IF(EXAMPLES) - PKG_CHECK_MODULES(FFMPEG libavcodec libavformat) + # Might be able to use earlier versions, but these definitely work + PKG_CHECK_MODULES(FFMPEG libavcodec>=52.123.0 libavformat>=52.111.0) ENDIF() IF(LIBTYPE STREQUAL "STATIC") -- cgit v1.2.3