summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian.droege@collabora.co.uk>2012-10-24 13:26:22 +0200
committerSebastian Dröge <sebastian.droege@collabora.co.uk>2012-10-24 13:26:26 +0200
commit3c1041d5ebfde05218754ab39f637b98ae6ae12c (patch)
tree16b0b9a3692f1273e83ca05e859782ef008e96a1 /ext
parent52d48109bc4bb3fa62d7dbe41a749fab427ad1cf (diff)
Revert "gst: Add better support for static plugins"
This reverts commit d2d79e3bc2a02ec57258e504b031f7e2d3729ea2, which was accidentially pushed.
Diffstat (limited to 'ext')
-rw-r--r--ext/alsa/Makefile.am2
-rw-r--r--ext/cdparanoia/Makefile.am2
-rw-r--r--ext/libvisual/Makefile.am2
-rw-r--r--ext/ogg/Makefile.am2
-rw-r--r--ext/pango/Makefile.am2
-rw-r--r--ext/theora/Makefile.am2
-rw-r--r--ext/vorbis/Makefile.am4
7 files changed, 8 insertions, 8 deletions
diff --git a/ext/alsa/Makefile.am b/ext/alsa/Makefile.am
index 9a2225784..1c6acf6f8 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 = $(GST_PLUGIN_LIBTOOLFLAGS)
+libgstalsa_la_LIBTOOLFLAGS = --tag=disable-static
noinst_HEADERS = \
gstalsa.h \
diff --git a/ext/cdparanoia/Makefile.am b/ext/cdparanoia/Makefile.am
index 86c3842c0..f4690a6a3 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 = $(GST_PLUGIN_LIBTOOLFLAGS)
+libgstcdparanoia_la_LIBTOOLFLAGS = --tag=disable-static
noinst_HEADERS = gstcdparanoiasrc.h
diff --git a/ext/libvisual/Makefile.am b/ext/libvisual/Makefile.am
index a996b8ea2..07eec1a50 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 = $(GST_PLUGIN_LIBTOOLFLAGS)
+libgstlibvisual_la_LIBTOOLFLAGS = --tag=disable-static
noinst_HEADERS = visual.h gstaudiovisualizer.h
diff --git a/ext/ogg/Makefile.am b/ext/ogg/Makefile.am
index 2fa9a30ac..f9ed4ed78 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 = $(GST_PLUGIN_LIBTOOLFLAGS)
+libgstogg_la_LIBTOOLFLAGS = --tag=disable-static
Android.mk: Makefile.am $(BUILT_SOURCES)
diff --git a/ext/pango/Makefile.am b/ext/pango/Makefile.am
index 7ecfbdabb..0109e014b 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 = $(GST_PLUGIN_LIBTOOLFLAGS)
+libgstpango_la_LIBTOOLFLAGS = --tag=disable-static
diff --git a/ext/theora/Makefile.am b/ext/theora/Makefile.am
index b1202a8ff..ff423a9e4 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 = $(GST_PLUGIN_LIBTOOLFLAGS)
+libgsttheora_la_LIBTOOLFLAGS = --tag=disable-static
diff --git a/ext/vorbis/Makefile.am b/ext/vorbis/Makefile.am
index 41062bb55..b97029e0d 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 = $(GST_PLUGIN_LIBTOOLFLAGS)
+libgstvorbis_la_LIBTOOLFLAGS = --tag=disable-static
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 = $(GST_PLUGIN_LIBTOOLFLAGS)
+libgstivorbisdec_la_LIBTOOLFLAGS = --tag=disable-static
endif
noinst_HEADERS = gstvorbisenc.h \