nsi: Update ffmpeg DLL's

This commit is contained in:
Jonas Kvinge 2024-08-25 05:59:32 +02:00
parent bd39e7cb0d
commit 854847ca8a
1 changed files with 14 additions and 14 deletions

View File

@ -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"