From c131493ccecb74544dfdcaf03be980e47c71896d Mon Sep 17 00:00:00 2001 From: David Schleef Date: Sun, 23 Dec 2007 22:04:00 +0000 Subject: gst/videoparse/: Remove videoparse element, because it was moved to gst/rawparse/ Original commit message from CVS: * gst/videoparse/Makefile.am: * gst/videoparse/README: * gst/videoparse/gstvideoparse.c: Remove videoparse element, because it was moved to gst/rawparse/ --- gst/videoparse/Makefile.am | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 gst/videoparse/Makefile.am (limited to 'gst/videoparse/Makefile.am') diff --git a/gst/videoparse/Makefile.am b/gst/videoparse/Makefile.am deleted file mode 100644 index 0e95a016..00000000 --- a/gst/videoparse/Makefile.am +++ /dev/null @@ -1,8 +0,0 @@ - -plugin_LTLIBRARIES = libgstvideoparse.la - -libgstvideoparse_la_SOURCES = gstvideoparse.c -libgstvideoparse_la_CFLAGS = $(GST_CFLAGS) $(GST_PLUGINS_BASE_CFLAGS) -libgstvideoparse_la_LIBADD = $(GST_LIBS) $(GST_BASE_LIBS) -libgstvideoparse_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) - -- cgit v1.2.1