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"