summaryrefslogtreecommitdiff
path: root/gst
diff options
context:
space:
mode:
authorNicolas Dufresne <nicolas.dufresne@collabora.com>2014-10-30 17:42:05 -0400
committerOlivier CrĂȘte <olivier.crete@collabora.com>2015-02-25 16:43:45 -0500
commitadb4765979f627dfce44590b243cd74af086da9a (patch)
tree9794a34b6eec020d9b3f9d586f3a83a9d48d55ef /gst
parent98235c97645ff81cac4078b97d8f30d06eea1fff (diff)
downloadfarstream-adb4765979f627dfce44590b243cd74af086da9a.tar.gz
Enable building static GStreamer plugins
https://bugs.freedesktop.org/show_bug.cgi?id=89287
Diffstat (limited to 'gst')
-rw-r--r--gst/fsmsnconference/Makefile.am1
-rw-r--r--gst/fsrawconference/Makefile.am1
-rw-r--r--gst/fsrtpconference/Makefile.am1
-rw-r--r--gst/fsrtpxdata/Makefile.am1
-rw-r--r--gst/fsvideoanyrate/Makefile.am1
5 files changed, 5 insertions, 0 deletions
diff --git a/gst/fsmsnconference/Makefile.am b/gst/fsmsnconference/Makefile.am
index 4f9da128..3faa34d8 100644
--- a/gst/fsmsnconference/Makefile.am
+++ b/gst/fsmsnconference/Makefile.am
@@ -36,6 +36,7 @@ libfsmsnconference_la_SOURCES = \
fs-msn-conference.c
libfsmsnconference_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
+libfsmsnconference_la_LIBTOOLFLAGS = $(PLUGIN_LIBTOOLFLAGS)
libfsmsnconference_la_LIBADD = \
libfsmsnconference-convenience.la \
$(top_builddir)/farstream/libfarstream-@FS_APIVERSION@.la \
diff --git a/gst/fsrawconference/Makefile.am b/gst/fsrawconference/Makefile.am
index c31d0434..d09065de 100644
--- a/gst/fsrawconference/Makefile.am
+++ b/gst/fsrawconference/Makefile.am
@@ -29,6 +29,7 @@ AM_CFLAGS = \
libfsrawconference_la_SOURCES = fs-raw-conference-plugin.c
libfsrawconference_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
+libfsrawconference_la_LIBTOOLFLAGS = $(PLUGIN_LIBTOOLFLAGS)
libfsrawconference_la_LIBADD = \
libfsrawconference-convenience.la \
$(top_builddir)/farstream/libfarstream-@FS_APIVERSION@.la \
diff --git a/gst/fsrtpconference/Makefile.am b/gst/fsrtpconference/Makefile.am
index fbf9348e..c9e8ae18 100644
--- a/gst/fsrtpconference/Makefile.am
+++ b/gst/fsrtpconference/Makefile.am
@@ -64,6 +64,7 @@ libfsrtpconference_la_LIBADD = \
-lm
libfsrtpconference_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
+libfsrtpconference_la_LIBTOOLFLAGS = $(PLUGIN_LIBTOOLFLAGS)
preferencesdir = $(datadir)/$(PACKAGE_TARNAME)/$(FS_APIVERSION)/fsrtpconference
preferences_DATA = \
diff --git a/gst/fsrtpxdata/Makefile.am b/gst/fsrtpxdata/Makefile.am
index 1cf9ffd7..6780ae43 100644
--- a/gst/fsrtpxdata/Makefile.am
+++ b/gst/fsrtpxdata/Makefile.am
@@ -6,6 +6,7 @@ libfsrtpxdata_la_CFLAGS = \
$(GST_BASE_CFLAGS) \
$(GST_CFLAGS)
libfsrtpxdata_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
+libfsrtpxdata_la_LIBTOOLFLAGS = $(PLUGIN_LIBTOOLFLAGS)
libfsrtpxdata_la_LIBADD = \
$(FS_LIBS) \
$(GST_BASE_LIBS) \
diff --git a/gst/fsvideoanyrate/Makefile.am b/gst/fsvideoanyrate/Makefile.am
index 3c7866c4..8e711366 100644
--- a/gst/fsvideoanyrate/Makefile.am
+++ b/gst/fsvideoanyrate/Makefile.am
@@ -6,6 +6,7 @@ libfsvideoanyrate_la_CFLAGS = \
$(GST_BASE_CFLAGS) \
$(GST_CFLAGS)
libfsvideoanyrate_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
+libfsvideoanyrate_la_LIBTOOLFLAGS = $(PLUGIN_LIBTOOLFLAGS)
libfsvideoanyrate_la_LIBADD = \
$(FS_LIBS) \
$(GST_BASE_LIBS) \