From 3960239cfe16208c47a7f17ea06443af3d831aec Mon Sep 17 00:00:00 2001 From: Jonas Kvinge Date: Sat, 3 Oct 2020 20:30:14 +0200 Subject: [PATCH] Add back WASAPI plugin again --- 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 1e40de5bb..a5a539bcb 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"