From 28b139e1b842ae521a5eda240243afbf56d15f0d Mon Sep 17 00:00:00 2001 From: Jonas Kvinge Date: Thu, 25 Jun 2020 23:28:53 +0200 Subject: [PATCH] Disable wasapi plugin in nsi --- dist/windows/strawberry.nsi.in | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/dist/windows/strawberry.nsi.in b/dist/windows/strawberry.nsi.in index f627dec61..3feaf41fe 100644 --- a/dist/windows/strawberry.nsi.in +++ b/dist/windows/strawberry.nsi.in @@ -318,9 +318,7 @@ Section "Gstreamer plugins" gstreamer-plugins File "/oname=libgsttypefindfunctions.dll" "gstreamer-plugins\libgsttypefindfunctions.dll" File "/oname=libgstgio.dll" "gstreamer-plugins\libgstgio.dll" File "/oname=libgstdirectsound.dll" "gstreamer-plugins\libgstdirectsound.dll" -!ifdef debug - File "/oname=libgstwasapi.dll" "gstreamer-plugins\libgstwasapi.dll" -!endif + ;File "/oname=libgstwasapi.dll" "gstreamer-plugins\libgstwasapi.dll" File "/oname=libgstapetag.dll" "gstreamer-plugins\libgstapetag.dll" File "/oname=libgsticydemux.dll" "gstreamer-plugins\libgsticydemux.dll" File "/oname=libgstid3demux.dll" "gstreamer-plugins\libgstid3demux.dll"