Added SWSCALE to the list of required FFMpeg modules. Implements issue #437

This commit is contained in:
f4exb 2020-06-20 06:09:58 +02:00
parent cba77b8f35
commit 6dee94b218
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ include(FindPackageHandleStandardArgs)
# The default components were taken from a survey over other FindFFMPEG.cmake files
if (NOT FFmpeg_FIND_COMPONENTS)
set(FFmpeg_FIND_COMPONENTS AVCODEC AVFORMAT AVUTIL)
set(FFmpeg_FIND_COMPONENTS AVCODEC AVFORMAT AVUTIL SWSCALE)
endif ()
#