Fix ffmpeg linkage

Fix ffmpeg linkage
This commit is contained in:
Andy Vandijck 2025-05-28 15:03:41 +02:00
parent 830c8ccd4d
commit 88302602ca
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 AVFORMAT AVCODEC AVUTIL X264 X265)
set(FFmpeg_FIND_COMPONENTS AVFORMAT AVCODEC AVUTIL SWSCALE SWRESAMPLE X264 X265)
endif ()
#