diff options
author | David Schleef <ds@schleef.org> | 2007-12-23 22:04:00 +0000 |
---|---|---|
committer | David Schleef <ds@schleef.org> | 2007-12-23 22:04:00 +0000 |
commit | c131493ccecb74544dfdcaf03be980e47c71896d (patch) | |
tree | 11f6e297cc28edcada25d28c4e50fecf76d9f3f4 /gst/videoparse/Makefile.am | |
parent | 086c50363a834315c5bdbf3ba869f35edd729f7d (diff) | |
download | gst-plugins-bad-c131493ccecb74544dfdcaf03be980e47c71896d.tar.gz gst-plugins-bad-c131493ccecb74544dfdcaf03be980e47c71896d.tar.bz2 gst-plugins-bad-c131493ccecb74544dfdcaf03be980e47c71896d.zip |
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/
Diffstat (limited to 'gst/videoparse/Makefile.am')
-rw-r--r-- | gst/videoparse/Makefile.am | 8 |
1 files changed, 0 insertions, 8 deletions
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) - |