From 8f6993e7c84e189da9a69435c6732fb88b0692a8 Mon Sep 17 00:00:00 2001 From: Jonas Kvinge Date: Mon, 20 Oct 2025 20:39:38 +0200 Subject: [PATCH] nsi: Add libgstwasapi2 for mingw --- dist/windows/strawberry.nsi.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dist/windows/strawberry.nsi.in b/dist/windows/strawberry.nsi.in index 69d06ac37..e34e204ae 100644 --- a/dist/windows/strawberry.nsi.in +++ b/dist/windows/strawberry.nsi.in @@ -672,6 +672,7 @@ Section "Gstreamer plugins" gstreamer-plugins File "/oname=libgstvolume.dll" "gstreamer-plugins\libgstvolume.dll" File "/oname=libgstvorbis.dll" "gstreamer-plugins\libgstvorbis.dll" File "/oname=libgstwasapi.dll" "gstreamer-plugins\libgstwasapi.dll" + File "/oname=libgstwasapi2.dll" "gstreamer-plugins\libgstwasapi2.dll" File "/oname=libgstwaveform.dll" "gstreamer-plugins\libgstwaveform.dll" File "/oname=libgstwavenc.dll" "gstreamer-plugins\libgstwavenc.dll" File "/oname=libgstwavpack.dll" "gstreamer-plugins\libgstwavpack.dll" @@ -1146,6 +1147,7 @@ Section "Uninstall" Delete "$INSTDIR\gstreamer-plugins\libgstvolume.dll" Delete "$INSTDIR\gstreamer-plugins\libgstvorbis.dll" Delete "$INSTDIR\gstreamer-plugins\libgstwasapi.dll" + Delete "$INSTDIR\gstreamer-plugins\libgstwasapi2.dll" Delete "$INSTDIR\gstreamer-plugins\libgstwaveform.dll" Delete "$INSTDIR\gstreamer-plugins\libgstwavenc.dll" Delete "$INSTDIR\gstreamer-plugins\libgstwavpack.dll"