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(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(KF5 ${KF_MIN_VERSION} REQUIRED COMPONENTS Kirigami2 WindowSystem I18n Archive CoreAddons)
|
||||||
|
|
||||||
find_package(Libmpv)
|
|
||||||
set_package_properties(Libmpv PROPERTIES TYPE REQUIRED)
|
|
||||||
|
|
||||||
find_package(FFmpeg)
|
find_package(FFmpeg)
|
||||||
set_package_properties(FFmpeg PROPERTIES TYPE REQUIRED)
|
set_package_properties(FFmpeg PROPERTIES TYPE REQUIRED)
|
||||||
|
|
||||||
|
find_package(Libmpv)
|
||||||
|
set_package_properties(Libmpv PROPERTIES TYPE REQUIRED)
|
||||||
|
|
||||||
find_package(YouTubeDl)
|
find_package(YouTubeDl)
|
||||||
set_package_properties(YouTubeDl PROPERTIES TYPE RUNTIME)
|
set_package_properties(YouTubeDl PROPERTIES TYPE RUNTIME)
|
||||||
|
|
||||||
|
|
|
@ -39,7 +39,7 @@ mkShell rec {
|
||||||
|
|
||||||
podofo
|
podofo
|
||||||
mpv
|
mpv
|
||||||
ffmpeg-full
|
ffmpeg_5-full
|
||||||
# yt-dlp
|
# yt-dlp
|
||||||
|
|
||||||
# Rust tools
|
# Rust tools
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue