From 854847ca8a5e5b6c9d59792431ae872b90c709e8 Mon Sep 17 00:00:00 2001 From: Jonas Kvinge Date: Sun, 25 Aug 2024 05:59:32 +0200 Subject: [PATCH] nsi: Update ffmpeg DLL's --- dist/windows/strawberry.nsi.in | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/dist/windows/strawberry.nsi.in b/dist/windows/strawberry.nsi.in index 47138c201..aa7c242c2 100644 --- a/dist/windows/strawberry.nsi.in +++ b/dist/windows/strawberry.nsi.in @@ -527,13 +527,13 @@ Section "Strawberry" Strawberry File "Qt6Widgets.dll" !endif - File "avcodec-60.dll" - File "avfilter-9.dll" - File "avformat-60.dll" - File "avutil-58.dll" - File "postproc-57.dll" - File "swresample-4.dll" - File "swscale-7.dll" + File "avcodec-61.dll" + File "avfilter-10.dll" + File "avformat-61.dll" + File "avutil-59.dll" + File "postproc-58.dll" + File "swresample-5.dll" + File "swscale-8.dll" ; Register Strawberry with Default Programs Var /GLOBAL AppIcon @@ -1097,13 +1097,13 @@ Section "Uninstall" Delete "$INSTDIR\Qt6Widgets.dll" !endif - Delete "$INSTDIR\avcodec-60.dll" - Delete "$INSTDIR\avfilter-9.dll" - Delete "$INSTDIR\avformat-60.dll" - Delete "$INSTDIR\avutil-58.dll" - Delete "$INSTDIR\postproc-57.dll" - Delete "$INSTDIR\swresample-4.dll" - Delete "$INSTDIR\swscale-7.dll" + Delete "$INSTDIR\avcodec-61.dll" + Delete "$INSTDIR\avfilter-10.dll" + Delete "$INSTDIR\avformat-61.dll" + Delete "$INSTDIR\avutil-59.dll" + Delete "$INSTDIR\postproc-58.dll" + Delete "$INSTDIR\swresample-5.dll" + Delete "$INSTDIR\swscale-8.dll" !ifdef mingw Delete "$INSTDIR\gio-modules\libgiognutls.dll"