Fix find ffmpeg

Fix find ffmpeg
This commit is contained in:
Andy Vandijck 2025-05-28 13:08:57 +02:00
parent 7c1a6a44f7
commit c048f0c713
1 changed files with 2 additions and 0 deletions

View File

@ -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()