diff options
author | Sebastian Dröge <sebastian.droege@collabora.co.uk> | 2012-10-24 12:16:39 +0200 |
---|---|---|
committer | Sebastian Dröge <sebastian.droege@collabora.co.uk> | 2013-04-15 15:59:22 +0200 |
commit | e51cd4fe2fab76b9924534878343ee9a682f6c85 (patch) | |
tree | 678c6eb495d04739de013559300cd66f20655d18 /sys/directsound | |
parent | 6da91fa7d5d11c7e4dc0bb13cbad092ac4bdd03d (diff) | |
download | gstreamer-plugins-bad-e51cd4fe2fab76b9924534878343ee9a682f6c85.tar.gz |
gst: Add better support for static plugins
Diffstat (limited to 'sys/directsound')
-rw-r--r-- | sys/directsound/Makefile.am | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/directsound/Makefile.am b/sys/directsound/Makefile.am index 6d18c4eb3..18b0980b9 100644 --- a/sys/directsound/Makefile.am +++ b/sys/directsound/Makefile.am @@ -1,12 +1,12 @@ plugin_LTLIBRARIES = libgstdirectsoundsrc.la -libgstdirectsoundsrc_la_SOURCES = gstdirectsoundsrc.c gstdirectsoundplugin.c +libgstdirectsoundsrc_la_SOURCES = gstdirectsoundsrc.c gstdirectsoundplugin.c libgstdirectsoundsrc_la_CFLAGS = $(GST_CFLAGS) $(GST_BASE_CFLAGS) \ $(GST_PLUGINS_BASE_CFLAGS) $(DIRECTX_CFLAGS) libgstdirectsoundsrc_la_LIBADD = \ $(GST_BASE_LIBS) $(GST_PLUGINS_BASE_LIBS) -lgstaudio-$(GST_API_VERSION) \ - $(DIRECTX_LDFLAGS) -ldsound + $(DIRECTX_LDFLAGS) -ldsound libgstdirectsoundsrc_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) -libgstdirectsoundsrc_la_LIBTOOLFLAGS = --tag=disable-static +libgstdirectsoundsrc_la_LIBTOOLFLAGS = $(GST_PLUGIN_LIBTOOLFLAGS) noinst_HEADERS= gstdirectsoundsrc.h |