You've already forked libopenshot
mirror of
https://github.com/OpenShot/libopenshot.git
synced 2026-03-02 08:53:52 -08:00
CMake: Set required FFMpeg libs
This commit is contained in:
@@ -275,7 +275,7 @@ set_target_properties(openshot
|
||||
|
||||
################### FFMPEG #####################
|
||||
# Find FFmpeg libraries (used for video encoding / decoding)
|
||||
FIND_PACKAGE(FFmpeg REQUIRED)
|
||||
FIND_PACKAGE(FFmpeg REQUIRED COMPONENTS avcodec avdevice avformat avutil swscale)
|
||||
|
||||
foreach(ff_comp avcodec avdevice avformat avfilter avutil postproc swscale swresample avresample)
|
||||
if(TARGET FFmpeg::${ff_comp})
|
||||
|
||||
Reference in New Issue
Block a user