From 417ef1a7a4d598b7199386b8708bb72ce1f14393 Mon Sep 17 00:00:00 2001 From: Jonas Kvinge Date: Sun, 21 Jun 2020 22:47:13 +0200 Subject: [PATCH] Add libgstwasapi.dll to debug release --- dist/windows/strawberry.nsi.in | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/dist/windows/strawberry.nsi.in b/dist/windows/strawberry.nsi.in index 60ba3e656..95168f69d 100644 --- a/dist/windows/strawberry.nsi.in +++ b/dist/windows/strawberry.nsi.in @@ -324,7 +324,9 @@ 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" +!ifdef debug + File "/oname=libgstwasapi.dll" "gstreamer-plugins\libgstwasapi.dll" +!endif File "/oname=libgstapetag.dll" "gstreamer-plugins\libgstapetag.dll" File "/oname=libgsticydemux.dll" "gstreamer-plugins\libgsticydemux.dll" File "/oname=libgstid3demux.dll" "gstreamer-plugins\libgstid3demux.dll"