update to ffmpeg 5
This commit is contained in:
parent
70194b4824
commit
da28407234
2 changed files with 4 additions and 4 deletions
|
@ -32,12 +32,12 @@ kde_enable_exceptions()
|
|||
find_package(Qt5 ${QT_MIN_VERSION} REQUIRED NO_MODULE COMPONENTS Core Quick Test Gui QuickControls2 Widgets Sql X11Extras QmlImportScanner)
|
||||
find_package(KF5 ${KF_MIN_VERSION} REQUIRED COMPONENTS Kirigami2 WindowSystem I18n Archive CoreAddons)
|
||||
|
||||
find_package(Libmpv)
|
||||
set_package_properties(Libmpv PROPERTIES TYPE REQUIRED)
|
||||
|
||||
find_package(FFmpeg)
|
||||
set_package_properties(FFmpeg PROPERTIES TYPE REQUIRED)
|
||||
|
||||
find_package(Libmpv)
|
||||
set_package_properties(Libmpv PROPERTIES TYPE REQUIRED)
|
||||
|
||||
find_package(YouTubeDl)
|
||||
set_package_properties(YouTubeDl PROPERTIES TYPE RUNTIME)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue