summaryrefslogtreecommitdiff
path: root/gst
diff options
context:
space:
mode:
authorMichael Smith <msmith@songbirdnest.com>2009-10-23 18:09:43 -0700
committerMichael Smith <msmith@songbirdnest.com>2009-10-23 18:09:43 -0700
commitb0b54d9324f1d926e8924ef0a44981e356e92b27 (patch)
tree11c6b6f16002af1afb8ed1b4dff9b2c5f0e8389d /gst
parente98c682732dcab32e92f63d65c60ee596aa387bc (diff)
Add dependencies of gstriff to things that link to gstriff, needed on Win32.
Diffstat (limited to 'gst')
-rw-r--r--gst/avi/Makefile.am5
-rw-r--r--gst/matroska/Makefile.am1
-rw-r--r--gst/wavparse/Makefile.am2
3 files changed, 7 insertions, 1 deletions
diff --git a/gst/avi/Makefile.am b/gst/avi/Makefile.am
index b73f8d5a..dd2af830 100644
--- a/gst/avi/Makefile.am
+++ b/gst/avi/Makefile.am
@@ -18,7 +18,10 @@ libgstavi_la_LIBADD = \
$(GST_PLUGINS_BASE_LIBS) \
$(GST_BASE_LIBS) \
$(GST_LIBS) \
- -lgstriff-@GST_MAJORMINOR@
+ -lgstriff-@GST_MAJORMINOR@ \
+ -lgstaudio-@GST_MAJORMINOR@ \
+ -lgsttag-@GST_MAJORMINOR@
+
libgstavi_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
libgstavi_la_LIBTOOLFLAGS = --tag=disable-static
diff --git a/gst/matroska/Makefile.am b/gst/matroska/Makefile.am
index 001067a5..f9a68943 100644
--- a/gst/matroska/Makefile.am
+++ b/gst/matroska/Makefile.am
@@ -26,6 +26,7 @@ libgstmatroska_la_CFLAGS = \
libgstmatroska_la_LIBADD = \
$(GST_PLUGINS_BASE_LIBS) \
-lgstriff-@GST_MAJORMINOR@ \
+ -lgstaudio-@GST_MAJORMINOR@ \
-lgsttag-@GST_MAJORMINOR@ \
$(GST_BASE_LIBS) \
$(GST_LIBS) \
diff --git a/gst/wavparse/Makefile.am b/gst/wavparse/Makefile.am
index f74ba77b..73e36e42 100644
--- a/gst/wavparse/Makefile.am
+++ b/gst/wavparse/Makefile.am
@@ -8,6 +8,8 @@ libgstwavparse_la_CFLAGS = \
-I$(top_srcdir)/gst-libs
libgstwavparse_la_LIBADD = \
-lgstriff-@GST_MAJORMINOR@ \
+ -lgstaudio-@GST_MAJORMINOR@ \
+ -lgsttag-@GST_MAJORMINOR@ \
$(GST_PLUGINS_BASE_LIBS) \
$(GST_BASE_LIBS) \
$(LIBM)