wasapi: make the build happy without the static plugins patch

This commit is contained in:
Sebastian Dröge 2012-11-30 11:44:51 +01:00
parent b5c5bc74c4
commit 5641546bf4

View file

@ -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 \