2006-09-16 10:49:47 +00:00
|
|
|
# if HAVE_LIBGNOMEUI
|
|
|
|
# GNOME = gnome
|
|
|
|
# else
|
|
|
|
GNOME =
|
|
|
|
# endif
|
|
|
|
|
|
|
|
# gnome_LDADD = $(GST_OBJ_LIBS) $(LIBGNOMEUI_LIBS)
|
|
|
|
# gnome_CFLAGS = $(GST_OBJ_CFLAGS) $(LIBGNOMEUI_CFLAGS)
|
|
|
|
|
2007-09-20 07:42:35 +00:00
|
|
|
CHECK_REGISTRY = $(top_builddir)/tests/examples/manual/test-registry.reg
|
2006-09-28 15:27:12 +00:00
|
|
|
|
|
|
|
REGISTRY_ENVIRONMENT = \
|
|
|
|
GST_REGISTRY=$(CHECK_REGISTRY)
|
|
|
|
|
|
|
|
TESTS_ENVIRONMENT = \
|
|
|
|
$(REGISTRY_ENVIRONMENT) \
|
2009-11-16 00:12:22 +00:00
|
|
|
GST_PLUGIN_SCANNER=$(top_builddir)/libs/gst/helpers/gst-plugin-scanner \
|
2006-09-28 15:27:12 +00:00
|
|
|
GST_PLUGIN_SYSTEM_PATH= \
|
|
|
|
GST_PLUGIN_PATH=$(top_builddir)/plugins
|
|
|
|
|
2007-09-20 07:42:35 +00:00
|
|
|
CLEANFILES = core core.* test-registry.* *.gcno *.gcda
|
gst/: Re-commit the registry changes, along with an extra fix:
Original commit message from CVS:
* gst/gst.c: (init_pre), (scan_and_update_registry),
(ensure_current_registry_nonforking),
(ensure_current_registry_forking), (ensure_current_registry),
(init_post), (gst_debug_help), (gst_deinit):
* gst/gst_private.h:
* gst/gstregistry.c: (gst_registry_finalize),
(gst_registry_remove_features_for_plugin_unlocked),
(gst_registry_remove_plugin), (gst_registry_scan_path_level),
(gst_registry_scan_path),
(_priv_gst_registry_remove_cache_plugins),
(_priv_gst_registry_cleanup):
* gst/gstregistry.h:
Re-commit the registry changes, along with an extra fix:
When a cached plugin is encountered at a different file path,
update the stored path in the registry cache so that the parent
process knows where it actually is now when it re-reads the registry
cache. Fixes the thing that broke distcheck with the previous commit.
* tests/check/Makefile.am:
Clean up files named 'core' too when running make clean.
* tests/examples/manual/Makefile.am:
Set up a registry path for running these tests, and clean it properly
for distcheck.
2006-09-28 14:00:43 +00:00
|
|
|
|
2006-09-16 10:49:47 +00:00
|
|
|
EXTRA_DIST = extract.pl
|
|
|
|
|
|
|
|
EXAMPLES = \
|
|
|
|
dynamic \
|
|
|
|
$(GNOME) \
|
|
|
|
elementcreate \
|
|
|
|
elementmake \
|
|
|
|
elementfactory \
|
|
|
|
elementget \
|
|
|
|
elementlink \
|
|
|
|
bin \
|
|
|
|
pad \
|
|
|
|
ghostpad \
|
|
|
|
helloworld \
|
|
|
|
init \
|
|
|
|
query \
|
|
|
|
typefind \
|
|
|
|
fakesrc \
|
|
|
|
playbin \
|
|
|
|
decodebin \
|
|
|
|
$(GST_LOADSAVE_SRC)
|
|
|
|
|
2009-11-12 11:10:06 +00:00
|
|
|
AM_CFLAGS = $(GST_OBJ_CFLAGS)
|
|
|
|
LDADD = $(top_builddir)/libs/gst/base/libgstbase-@GST_MAJORMINOR@.la \
|
|
|
|
$(GST_OBJ_LIBS)
|
2009-11-05 20:09:28 +00:00
|
|
|
|
2006-09-16 10:49:47 +00:00
|
|
|
elementmake.c elementcreate.c elementget.c elementlink.c elementfactory.c: $(top_srcdir)/docs/manual/basics-elements.xml
|
|
|
|
$(PERL_PATH) $(srcdir)/extract.pl $@ \
|
|
|
|
$(top_srcdir)/docs/manual/basics-elements.xml
|
|
|
|
|
|
|
|
bin.c : $(top_srcdir)/docs/manual/basics-bins.xml
|
|
|
|
$(PERL_PATH) $(srcdir)/extract.pl $@ \
|
|
|
|
$(top_srcdir)/docs/manual/basics-bins.xml
|
|
|
|
|
|
|
|
pad.c ghostpad.c: $(top_srcdir)/docs/manual/basics-pads.xml
|
|
|
|
$(PERL_PATH) $(srcdir)/extract.pl $@ \
|
|
|
|
$(top_srcdir)/docs/manual/basics-pads.xml
|
|
|
|
|
|
|
|
gnome.c: $(top_srcdir)/docs/manual/appendix-integration.xml
|
|
|
|
$(PERL_PATH) $(srcdir)/extract.pl $@ \
|
|
|
|
$(top_srcdir)/docs/manual/appendix-integration.xml
|
|
|
|
|
|
|
|
helloworld.c: $(top_srcdir)/docs/manual/basics-helloworld.xml
|
|
|
|
$(PERL_PATH) $(srcdir)/extract.pl $@ \
|
|
|
|
$(top_srcdir)/docs/manual/basics-helloworld.xml
|
|
|
|
|
|
|
|
init.c: $(top_srcdir)/docs/manual/basics-init.xml
|
|
|
|
$(PERL_PATH) $(srcdir)/extract.pl $@ \
|
|
|
|
$(top_srcdir)/docs/manual/basics-init.xml
|
|
|
|
|
|
|
|
query.c: $(top_srcdir)/docs/manual/advanced-position.xml
|
|
|
|
$(PERL_PATH) $(srcdir)/extract.pl $@ \
|
|
|
|
$(top_srcdir)/docs/manual/advanced-position.xml
|
|
|
|
|
|
|
|
typefind.c dynamic.c: $(top_srcdir)/docs/manual/advanced-autoplugging.xml
|
|
|
|
$(PERL_PATH) $(srcdir)/extract.pl $@ \
|
|
|
|
$(top_srcdir)/docs/manual/advanced-autoplugging.xml
|
|
|
|
|
|
|
|
fakesrc.c: $(top_srcdir)/docs/manual/advanced-dataaccess.xml
|
|
|
|
$(PERL_PATH) $(srcdir)/extract.pl $@ \
|
|
|
|
$(top_srcdir)/docs/manual/advanced-dataaccess.xml
|
|
|
|
|
|
|
|
playbin.c decodebin.c: $(top_srcdir)/docs/manual/highlevel-components.xml
|
|
|
|
$(PERL_PATH) $(srcdir)/extract.pl $@ \
|
|
|
|
$(top_srcdir)/docs/manual/highlevel-components.xml
|
|
|
|
|
|
|
|
TESTS = bin \
|
|
|
|
elementcreate elementfactory elementget elementlink elementmake \
|
|
|
|
ghostpad init
|
|
|
|
|
|
|
|
noinst_PROGRAMS = $(EXAMPLES)
|