From 5fc2b326081d07e12c128896667829c45aeb7ea0 Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Mon, 21 Aug 2006 19:02:13 +0000 Subject: move gdp plugin to good. Original commit message from CVS: * configure.ac: * docs/plugins/Makefile.am: * docs/plugins/gst-plugins-bad-plugins-docs.sgml: * docs/plugins/gst-plugins-bad-plugins-sections.txt: * gst/gdp/Makefile.am: * gst/gdp/gstgdp.c: * gst/gdp/gstgdpdepay.c: * gst/gdp/gstgdpdepay.h: * gst/gdp/gstgdppay.c: * gst/gdp/gstgdppay.h: * tests/check/Makefile.am: * tests/check/elements/gdpdepay.c: * tests/check/elements/gdppay.c: move gdp plugin to good. --- tests/check/Makefile.am | 5 ----- 1 file changed, 5 deletions(-) (limited to 'tests/check/Makefile.am') diff --git a/tests/check/Makefile.am b/tests/check/Makefile.am index d5d5ac47..6ebe6997 100644 --- a/tests/check/Makefile.am +++ b/tests/check/Makefile.am @@ -33,14 +33,9 @@ check_mpeg2enc = endif check_PROGRAMS = \ - elements/gdppay \ - elements/gdpdepay \ $(check_mpeg2enc) TESTS = $(check_PROGRAMS) AM_CFLAGS = $(GST_OBJ_CFLAGS) $(GST_CHECK_CFLAGS) $(CHECK_CFLAGS) LDADD = $(GST_OBJ_LIBS) $(GST_CHECK_LIBS) $(CHECK_LIBS) - -elements_gdpdepay_LDFLAGS = $(LDADD) $(GST_GDP_LIBS) -elements_gdppay_LDFLAGS = $(LDADD) $(GST_GDP_LIBS) -- cgit v1.2.1