From 3791d111621c26d4a333d17ac86e1a9493fc04c9 Mon Sep 17 00:00:00 2001 From: Jonas Kvinge Date: Wed, 15 Jan 2020 17:12:18 +0100 Subject: [PATCH] Disable libgstwasapi.dll --- dist/windows/strawberry.nsi.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dist/windows/strawberry.nsi.in b/dist/windows/strawberry.nsi.in index 804e50018..b9bf1f9a3 100644 --- a/dist/windows/strawberry.nsi.in +++ b/dist/windows/strawberry.nsi.in @@ -322,7 +322,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" - File "/oname=libgstwasapi.dll" "gstreamer-plugins\libgstwasapi.dll" + ;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"