parent
7c1a6a44f7
commit
c048f0c713
|
@ -62,6 +62,8 @@ else()
|
|||
endif()
|
||||
|
||||
if(ENABLE_FFMPEG)
|
||||
include(FindFFmpeg)
|
||||
|
||||
if(NOT FFMPEG_LIBRARIES)
|
||||
message(FATAL_ERROR "ENABLE_FFMPEG was specified, but required versions of ffmpeg libraries cannot be found!")
|
||||
endif()
|
||||
|
|
Loading…
Reference in New Issue