Build: Require at least FFmpeg 3.2 (libavutil 55.34.100)
This commit is contained in:
parent
2d71743372
commit
0d81199fc9
|
@ -438,7 +438,7 @@ else()
|
||||||
message(FATAL_ERROR "ZoneMinder requires mysqlclient but it was not found on your system")
|
message(FATAL_ERROR "ZoneMinder requires mysqlclient but it was not found on your system")
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
find_package(FFMPEG REQUIRED
|
find_package(FFMPEG 55.34.100 REQUIRED
|
||||||
COMPONENTS
|
COMPONENTS
|
||||||
avcodec
|
avcodec
|
||||||
avformat
|
avformat
|
||||||
|
|
Loading…
Reference in New Issue