Check for a recent libavutil for the example, too

This commit is contained in:
Chris Robinson
2012-04-07 12:35:59 -07:00
parent 6b154025ab
commit e3bea63f94
+1 -1
View File
@@ -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")