nsi: Update ffmpeg DLL's
This commit is contained in:
parent
bd39e7cb0d
commit
854847ca8a
|
@ -527,13 +527,13 @@ Section "Strawberry" Strawberry
|
||||||
File "Qt6Widgets.dll"
|
File "Qt6Widgets.dll"
|
||||||
!endif
|
!endif
|
||||||
|
|
||||||
File "avcodec-60.dll"
|
File "avcodec-61.dll"
|
||||||
File "avfilter-9.dll"
|
File "avfilter-10.dll"
|
||||||
File "avformat-60.dll"
|
File "avformat-61.dll"
|
||||||
File "avutil-58.dll"
|
File "avutil-59.dll"
|
||||||
File "postproc-57.dll"
|
File "postproc-58.dll"
|
||||||
File "swresample-4.dll"
|
File "swresample-5.dll"
|
||||||
File "swscale-7.dll"
|
File "swscale-8.dll"
|
||||||
|
|
||||||
; Register Strawberry with Default Programs
|
; Register Strawberry with Default Programs
|
||||||
Var /GLOBAL AppIcon
|
Var /GLOBAL AppIcon
|
||||||
|
@ -1097,13 +1097,13 @@ Section "Uninstall"
|
||||||
Delete "$INSTDIR\Qt6Widgets.dll"
|
Delete "$INSTDIR\Qt6Widgets.dll"
|
||||||
!endif
|
!endif
|
||||||
|
|
||||||
Delete "$INSTDIR\avcodec-60.dll"
|
Delete "$INSTDIR\avcodec-61.dll"
|
||||||
Delete "$INSTDIR\avfilter-9.dll"
|
Delete "$INSTDIR\avfilter-10.dll"
|
||||||
Delete "$INSTDIR\avformat-60.dll"
|
Delete "$INSTDIR\avformat-61.dll"
|
||||||
Delete "$INSTDIR\avutil-58.dll"
|
Delete "$INSTDIR\avutil-59.dll"
|
||||||
Delete "$INSTDIR\postproc-57.dll"
|
Delete "$INSTDIR\postproc-58.dll"
|
||||||
Delete "$INSTDIR\swresample-4.dll"
|
Delete "$INSTDIR\swresample-5.dll"
|
||||||
Delete "$INSTDIR\swscale-7.dll"
|
Delete "$INSTDIR\swscale-8.dll"
|
||||||
|
|
||||||
!ifdef mingw
|
!ifdef mingw
|
||||||
Delete "$INSTDIR\gio-modules\libgiognutls.dll"
|
Delete "$INSTDIR\gio-modules\libgiognutls.dll"
|
||||||
|
|
Loading…
Reference in New Issue