Switch back to libsoup 2 in nsi

libsoup 3.0 currently has issues with gstreamer
This commit is contained in:
Jonas Kvinge
2022-03-08 21:53:10 +01:00
parent a2ccfc2116
commit 73843cb54d
2 changed files with 3 additions and 3 deletions

View File

@@ -270,7 +270,7 @@ Section "Strawberry" Strawberry
File "libprotobuf-30.dll"
File "libpsl-5.dll"
File "libqtsparkle-qt6.dll"
File "libsoup-3.0-0.dll"
File "libsoup-2.4-1.dll"
File "libsqlite3-0.dll"
File "libssp-0.dll"
File "libstdc++-6.dll"
@@ -668,7 +668,7 @@ Section "Uninstall"
Delete "$INSTDIR\libprotobuf-30.dll"
Delete "$INSTDIR\libpsl-5.dll"
Delete "$INSTDIR\libqtsparkle-qt6.dll"
Delete "$INSTDIR\libsoup-3.0-0.dll"
Delete "$INSTDIR\libsoup-2.4-1.dll"
Delete "$INSTDIR\libsqlite3-0.dll"
Delete "$INSTDIR\libssp-0.dll"
Delete "$INSTDIR\libstdc++-6.dll"