nsi: Bump ffmpeg for msvc x86_64

This commit is contained in:
Jonas Kvinge
2025-11-22 14:20:40 +01:00
parent 99d75ade06
commit b06b59d0c5

View File

@@ -505,7 +505,7 @@ Section "Strawberry" Strawberry
File "Qt6Widgets.dll" File "Qt6Widgets.dll"
!endif !endif
!ifdef msvc !ifdef msvc && arch_x86
File "avcodec-61.dll" File "avcodec-61.dll"
File "avfilter-10.dll" File "avfilter-10.dll"
File "avformat-61.dll" File "avformat-61.dll"
@@ -1056,7 +1056,7 @@ Section "Uninstall"
Delete "$INSTDIR\Qt6Widgets.dll" Delete "$INSTDIR\Qt6Widgets.dll"
!endif !endif
!ifdef msvc !ifdef msvc && arch_x86
Delete "$INSTDIR\avcodec-61.dll" Delete "$INSTDIR\avcodec-61.dll"
Delete "$INSTDIR\avfilter-10.dll" Delete "$INSTDIR\avfilter-10.dll"
Delete "$INSTDIR\avformat-61.dll" Delete "$INSTDIR\avformat-61.dll"