From e3bea63f9411bcc9383212020999b35e5359781b Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Sat, 7 Apr 2012 12:35:59 -0700 Subject: [PATCH] Check for a recent libavutil for the example, too --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index ef3d08db..e91eab84 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -663,7 +663,7 @@ SET(BACKENDS "${BACKENDS} Null") IF(EXAMPLES) # Might be able to use earlier versions, but these definitely work - PKG_CHECK_MODULES(FFMPEG libavcodec>=52.123.0 libavformat>=52.111.0) + PKG_CHECK_MODULES(FFMPEG libavcodec>=52.123.0 libavformat>=52.111.0 libavutil>=51.9.1) ENDIF() IF(LIBTYPE STREQUAL "STATIC") -- 2.11.4.GIT