From 5641546bf4257c85e86cee4acd9ed10c847ad3fe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Fri, 30 Nov 2012 11:44:51 +0100 Subject: [PATCH] wasapi: make the build happy without the static plugins patch --- sys/wasapi/Makefile.am | 2 -- 1 file changed, 2 deletions(-) diff --git a/sys/wasapi/Makefile.am b/sys/wasapi/Makefile.am index 49cbd1d6d5..2f5f459803 100644 --- a/sys/wasapi/Makefile.am +++ b/sys/wasapi/Makefile.am @@ -10,9 +10,7 @@ libgstwasapi_la_LIBADD = $(GST_LIBS) $(GST_BASE_LIBS) $(GST_PLUGINS_BASE_LIBS) \ -lgstaudio-$(GST_MAJORMINOR) -lgstinterfaces-$(GST_MAJORMINOR) \ $(WASAPI_LIBS) libgstwasapi_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) -if !GST_PLUGIN_BUILD_STATIC libgstwasapi_la_LIBTOOLFLAGS = --tag=disable-static -endif noinst_HEADERS = gstwasapisrc.h \ gstwasapisink.h \