diff options
author | Sebastian Dröge <sebastian.droege@collabora.co.uk> | 2012-10-24 12:10:44 +0200 |
---|---|---|
committer | Sebastian Dröge <sebastian.droege@collabora.co.uk> | 2012-10-24 12:10:44 +0200 |
commit | d2d79e3bc2a02ec57258e504b031f7e2d3729ea2 (patch) | |
tree | 800fca877c64f4dc8e6824d8a88da34a84484f49 /ext | |
parent | 1813701ef2fc88dd3b09ed5705aab00688c47c01 (diff) |
gst: Add better support for static plugins
Diffstat (limited to 'ext')
-rw-r--r-- | ext/alsa/Makefile.am | 2 | ||||
-rw-r--r-- | ext/cdparanoia/Makefile.am | 2 | ||||
-rw-r--r-- | ext/libvisual/Makefile.am | 2 | ||||
-rw-r--r-- | ext/ogg/Makefile.am | 2 | ||||
-rw-r--r-- | ext/pango/Makefile.am | 2 | ||||
-rw-r--r-- | ext/theora/Makefile.am | 2 | ||||
-rw-r--r-- | ext/vorbis/Makefile.am | 4 |
7 files changed, 8 insertions, 8 deletions
diff --git a/ext/alsa/Makefile.am b/ext/alsa/Makefile.am index 1c6acf6f8..9a2225784 100644 --- a/ext/alsa/Makefile.am +++ b/ext/alsa/Makefile.am @@ -18,7 +18,7 @@ libgstalsa_la_LIBADD = \ $(ALSA_LIBS) libgstalsa_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) -libgstalsa_la_LIBTOOLFLAGS = --tag=disable-static +libgstalsa_la_LIBTOOLFLAGS = $(GST_PLUGIN_LIBTOOLFLAGS) noinst_HEADERS = \ gstalsa.h \ diff --git a/ext/cdparanoia/Makefile.am b/ext/cdparanoia/Makefile.am index f4690a6a3..86c3842c0 100644 --- a/ext/cdparanoia/Makefile.am +++ b/ext/cdparanoia/Makefile.am @@ -12,6 +12,6 @@ libgstcdparanoia_la_LIBADD = \ $(GST_LIBS) \ $(CDPARANOIA_LIBS) libgstcdparanoia_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) -libgstcdparanoia_la_LIBTOOLFLAGS = --tag=disable-static +libgstcdparanoia_la_LIBTOOLFLAGS = $(GST_PLUGIN_LIBTOOLFLAGS) noinst_HEADERS = gstcdparanoiasrc.h diff --git a/ext/libvisual/Makefile.am b/ext/libvisual/Makefile.am index 07eec1a50..a996b8ea2 100644 --- a/ext/libvisual/Makefile.am +++ b/ext/libvisual/Makefile.am @@ -7,6 +7,6 @@ libgstlibvisual_la_LIBADD = \ $(top_builddir)/gst-libs/gst/video/libgstvideo-$(GST_API_VERSION).la \ $(GST_BASE_LIBS) $(LIBVISUAL_LIBS) libgstlibvisual_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) -libgstlibvisual_la_LIBTOOLFLAGS = --tag=disable-static +libgstlibvisual_la_LIBTOOLFLAGS = $(GST_PLUGIN_LIBTOOLFLAGS) noinst_HEADERS = visual.h gstaudiovisualizer.h diff --git a/ext/ogg/Makefile.am b/ext/ogg/Makefile.am index f9ed4ed78..2fa9a30ac 100644 --- a/ext/ogg/Makefile.am +++ b/ext/ogg/Makefile.am @@ -27,7 +27,7 @@ libgstogg_la_LIBADD = \ $(GST_LIBS) \ $(OGG_LIBS) libgstogg_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) -libgstogg_la_LIBTOOLFLAGS = --tag=disable-static +libgstogg_la_LIBTOOLFLAGS = $(GST_PLUGIN_LIBTOOLFLAGS) Android.mk: Makefile.am $(BUILT_SOURCES) diff --git a/ext/pango/Makefile.am b/ext/pango/Makefile.am index 0109e014b..7ecfbdabb 100644 --- a/ext/pango/Makefile.am +++ b/ext/pango/Makefile.am @@ -25,5 +25,5 @@ libgstpango_la_LIBADD = \ $(GST_LIBS) \ $(PANGO_LIBS) libgstpango_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) -libgstpango_la_LIBTOOLFLAGS = --tag=disable-static +libgstpango_la_LIBTOOLFLAGS = $(GST_PLUGIN_LIBTOOLFLAGS) diff --git a/ext/theora/Makefile.am b/ext/theora/Makefile.am index ff423a9e4..b1202a8ff 100644 --- a/ext/theora/Makefile.am +++ b/ext/theora/Makefile.am @@ -17,5 +17,5 @@ libgsttheora_la_LIBADD = \ $(GST_LIBS) \ $(THEORA_LIBS) libgsttheora_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) -libgsttheora_la_LIBTOOLFLAGS = --tag=disable-static +libgsttheora_la_LIBTOOLFLAGS = $(GST_PLUGIN_LIBTOOLFLAGS) diff --git a/ext/vorbis/Makefile.am b/ext/vorbis/Makefile.am index b97029e0d..41062bb55 100644 --- a/ext/vorbis/Makefile.am +++ b/ext/vorbis/Makefile.am @@ -20,7 +20,7 @@ libgstvorbis_la_LIBADD = \ $(GST_LIBS) \ $(VORBIS_LIBS) $(VORBISENC_LIBS) libgstvorbis_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) -libgstvorbis_la_LIBTOOLFLAGS = --tag=disable-static +libgstvorbis_la_LIBTOOLFLAGS = $(GST_PLUGIN_LIBTOOLFLAGS) endif if USE_IVORBIS @@ -36,7 +36,7 @@ libgstivorbisdec_la_LIBADD = \ $(top_builddir)/gst-libs/gst/audio/libgstaudio-@GST_API_VERSION@.la \ $(GST_LIBS) $(IVORBIS_LIBS) libgstivorbisdec_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) -libgstivorbisdec_la_LIBTOOLFLAGS = --tag=disable-static +libgstivorbisdec_la_LIBTOOLFLAGS = $(GST_PLUGIN_LIBTOOLFLAGS) endif noinst_HEADERS = gstvorbisenc.h \ |