Add dependencies of gstriff to things that link to gstriff, needed on Win32.
authorMichael Smith <msmith@songbirdnest.com>
Sat, 24 Oct 2009 01:09:43 +0000 (18:09 -0700)
committerMichael Smith <msmith@songbirdnest.com>
Sat, 24 Oct 2009 01:09:43 +0000 (18:09 -0700)
gst/avi/Makefile.am
gst/matroska/Makefile.am
gst/wavparse/Makefile.am

index b73f8d5..dd2af83 100644 (file)
@@ -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
 
index 001067a..f9a6894 100644 (file)
@@ -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) \
index f74ba77..73e36e4 100644 (file)
@@ -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)