mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-15 22:01:27 +00:00
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:
parent
3fd2b73da3
commit
663710d482
3 changed files with 17 additions and 3 deletions
15
ChangeLog
15
ChangeLog
|
@ -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:
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue