From 760d64bab2c276d25875e271a9c8bd3f4fdc214a Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Mon, 21 Aug 2006 19:01:41 +0000 Subject: [PATCH] Move GDP plugin to -base from -bad. Closes #347783. Original commit message from CVS: * configure.ac: * docs/plugins/Makefile.am: * docs/plugins/gst-plugins-base-plugins-docs.sgml: * docs/plugins/gst-plugins-base-plugins-sections.txt: * docs/plugins/inspect/plugin-gdp.xml: * gst/gdp/Makefile.am: * tests/check/Makefile.am: Move GDP plugin to -base from -bad. Closes #347783. --- gst/gdp/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gst/gdp/Makefile.am b/gst/gdp/Makefile.am index f9caf266e5..260ce801b6 100644 --- a/gst/gdp/Makefile.am +++ b/gst/gdp/Makefile.am @@ -5,8 +5,8 @@ libgstgdp_la_SOURCES = \ gstgdppay.c \ gstgdpdepay.c -libgstgdp_la_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_BASE_CFLAGS) $(GST_CFLAGS) -libgstgdp_la_LIBADD = $(GST_PLUGINS_BASE_LIBS) $(GST_BASE_LIBS) $(GST_GDP_LIBS) +libgstgdp_la_CFLAGS = $(GST_BASE_CFLAGS) $(GST_CFLAGS) +libgstgdp_la_LIBADD = $(GST_BASE_LIBS) $(GST_GDP_LIBS) libgstgdp_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) noinst_HEADERS = \