From 88302602ca28d3fd9609d8344b06ba44a687c279 Mon Sep 17 00:00:00 2001 From: Andy Vandijck Date: Wed, 28 May 2025 15:03:41 +0200 Subject: [PATCH] Fix ffmpeg linkage Fix ffmpeg linkage --- cmake/FindFFmpeg.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake/FindFFmpeg.cmake b/cmake/FindFFmpeg.cmake index 1c460641..328b9f4f 100644 --- a/cmake/FindFFmpeg.cmake +++ b/cmake/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 AVFORMAT AVCODEC AVUTIL X264 X265) + set(FFmpeg_FIND_COMPONENTS AVFORMAT AVCODEC AVUTIL SWSCALE SWRESAMPLE X264 X265) endif () #