Make sure we have a recent-enough ffmpeg

This commit is contained in:
Chris Robinson
2012-03-27 08:52:21 -07:00
parent 7b35c77062
commit b9b2bdb37a
+2 -1
View File
@@ -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")