diff --git a/CMakeLists.txt b/CMakeLists.txt index e6dd6b6..b533494 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -136,7 +136,7 @@ if(WITH_GCRYPT) endif(WITH_GCRYPT) if(WITH_FFMPEG) - find_package(FFMPEG) + find_package(FFMPEG 3.1.0) endif(WITH_FFMPEG)