From 6dee94b218b3798dd35754677a1c0da1ca996a4f Mon Sep 17 00:00:00 2001 From: f4exb Date: Sat, 20 Jun 2020 06:09:58 +0200 Subject: [PATCH] Added SWSCALE to the list of required FFMpeg modules. Implements issue #437 --- cmake/Modules/FindFFmpeg.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake/Modules/FindFFmpeg.cmake b/cmake/Modules/FindFFmpeg.cmake index 3b0bef249..0d741c4ba 100644 --- a/cmake/Modules/FindFFmpeg.cmake +++ b/cmake/Modules/FindFFmpeg.cmake @@ -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 () #