From 387f74f66a7d196cde00ab2a7ce1f1c1e665a96c Mon Sep 17 00:00:00 2001 From: Jonas Kvinge Date: Sat, 3 Oct 2020 17:38:31 +0200 Subject: [PATCH] Revert "Add back WASAPI plugin" This reverts commit a553693f34f69237daeb96717c4edad3fb3a9825. --- 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 a5a539bcb..1e40de5bb 100644 --- a/dist/windows/strawberry.nsi.in +++ b/dist/windows/strawberry.nsi.in @@ -361,7 +361,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"