Make sure we have a recent-enough ffmpeg
This commit is contained in:
+2
-1
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user