gst/autoplug/.cvsignore gst/autoplug/Makefile.am gst/autoplug/gstsearchfuncs.c gst/autoplug/gstsearchfuncs.h gst/auto...

Original commit message from CVS:
* gst/autoplug/.cvsignore
* gst/autoplug/Makefile.am
* gst/autoplug/gstsearchfuncs.c
* gst/autoplug/gstsearchfuncs.h
* gst/autoplug/gstspider.c
* gst/autoplug/gstspider.h
* gst/autoplug/gstspideridentity.c
* gst/autoplug/gstspideridentity.h
* gst/autoplug/spidertest.c
* configure.ac:
* gst/Makefile.am:
remove spider
This commit is contained in:
Benjamin Otte 2005-05-16 14:47:13 +00:00
parent 3fd2b73da3
commit 663710d482
3 changed files with 17 additions and 3 deletions

View file

@ -1,3 +1,18 @@
2005-05-16 Benjamin Otte <in7y118@public.uni-hamburg.de>
* gst/autoplug/.cvsignore
* gst/autoplug/Makefile.am
* gst/autoplug/gstsearchfuncs.c
* gst/autoplug/gstsearchfuncs.h
* gst/autoplug/gstspider.c
* gst/autoplug/gstspider.h
* gst/autoplug/gstspideridentity.c
* gst/autoplug/gstspideridentity.h
* gst/autoplug/spidertest.c
* configure.ac:
* gst/Makefile.am:
remove spider
2005-05-16 Benjamin Otte <in7y118@public.uni-hamburg.de>
* gst/Makefile.am:

View file

@ -630,7 +630,6 @@ include/Makefile
gst/Makefile
gst/gstconfig.h
gst/gstversion.h
gst/autoplug/Makefile
gst/indexers/Makefile
gst/elements/Makefile
gst/parse/Makefile

View file

@ -66,8 +66,8 @@ else
GST_URI_SRC = gsturi.c
endif
SUBDIRS = $(GST_PARSE_DIRS) $(GST_REGISTRY_DIRS) . autoplug elements schedulers $(GST_INDEX_DIRS)
DIST_SUBDIRS = autoplug elements parse registries schedulers indexers
SUBDIRS = $(GST_PARSE_DIRS) $(GST_REGISTRY_DIRS) . elements schedulers $(GST_INDEX_DIRS)
DIST_SUBDIRS = elements parse registries schedulers indexers
# make variables for all generated source and header files to make the
# distinction clear