From f9a1eed712bedaf9d349d9f9d64d1e7d25dc9f77 Mon Sep 17 00:00:00 2001 From: Johannes Sasongko Date: Sun, 29 Jul 2018 03:21:38 +1000 Subject: [PATCH] Win32 installer: Exclude libgstwasapi.dll because it's buggy. See: https://github.com/exaile/exaile/issues/532 --- tools/installer/exaile.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/installer/exaile.spec b/tools/installer/exaile.spec index 6ecf881d5..b9149d067 100644 --- a/tools/installer/exaile.spec +++ b/tools/installer/exaile.spec @@ -49,6 +49,7 @@ def assemble_hook(analysis): 'gstschro', 'gstvideo', 'gstvpx', + 'gstwasapi', # Generally buggy, e.g. https://github.com/exaile/exaile/issues/532 'gstwebp', 'gstwebrtc', 'gstx264',