GST_PLUGINS_BASE_LIBS is not defined in -base.
authorTim-Philipp Müller <tim.muller@collabora.co.uk>
Wed, 8 Jun 2011 11:21:43 +0000 (12:21 +0100)
committerTim-Philipp Müller <tim.muller@collabora.co.uk>
Wed, 8 Jun 2011 11:21:43 +0000 (12:21 +0100)
ext/pango/Makefile.am
gst/audioresample/Makefile.am
tests/check/Makefile.am
tests/examples/v4l/Makefile.am

index 2ffea22..55aa3a0 100644 (file)
@@ -19,7 +19,6 @@ libgstpango_la_CFLAGS = \
        $(GST_CFLAGS) \
        $(PANGO_CFLAGS)
 libgstpango_la_LIBADD = \
-       $(GST_PLUGINS_BASE_LIBS) \
        $(top_builddir)/gst-libs/gst/video/libgstvideo-$(GST_MAJORMINOR).la \
        $(GST_BASE_LIBS) \
        $(GST_CONTROLLER_LIBS) \
index 3464a82..f2be5c7 100644 (file)
@@ -20,7 +20,6 @@ libgstaudioresample_la_CFLAGS = \
        $(ORC_CFLAGS)
 
 libgstaudioresample_la_LIBADD = \
-       $(GST_PLUGINS_BASE_LIBS) \
        $(GST_BASE_LIBS) \
        $(GST_LIBS) \
        $(ORC_LIBS) $(ORC_TEST_LIBS) \
index 6fc9351..cae8714 100644 (file)
@@ -409,7 +409,6 @@ elements_textoverlay_CFLAGS = $(GST_BASE_CFLAGS) $(AM_CFLAGS)
 
 elements_volume_LDADD = \
        $(top_builddir)/gst-libs/gst/interfaces/libgstinterfaces-@GST_MAJORMINOR@.la \
-       $(GST_PLUGINS_BASE_LIBS) \
        $(GST_CONTROLLER_LIBS) \
        $(GST_BASE_LIBS) \
        $(LDADD)
index 6132cdc..14d6d7d 100644 (file)
@@ -5,6 +5,5 @@ probe_CFLAGS  = $(GST_PLUGINS_BASE_CFLAGS) \
                $(GST_BASE_CFLAGS) $(GST_CFLAGS)
 probe_LDFLAGS = \
                $(top_builddir)/gst-libs/gst/interfaces/libgstinterfaces-@GST_MAJORMINOR@.la \
-               $(GST_PLUGINS_BASE_LIBS) \
                $(GST_BASE_LIBS) $(GST_LIBS)