mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-11 11:51:34 +00:00
b1a8596256
Conflicts: bindings/python/ges-types.defs bindings/python/ges.defs bindings/python/ges.override configure.ac ges/ges-timeline.c
44 lines
1 KiB
Makefile
44 lines
1 KiB
Makefile
include $(top_srcdir)/common/check.mak
|
|
|
|
TESTS_ENVIRONMENT =
|
|
|
|
plugindir = $(libdir)/gstreamer-@GST_API_VERSION@
|
|
|
|
# override to _not_ install the test plugins
|
|
install-pluginLTLIBRARIES:
|
|
|
|
# the core dumps of some machines have PIDs appended
|
|
CLEANFILES = core.* test-registry.*
|
|
|
|
SUPPRESSIONS = $(top_srcdir)/common/gst.supp # $(srcdir)/gst-plugins-bad.supp
|
|
|
|
clean-local: clean-local-check
|
|
|
|
check_PROGRAMS = \
|
|
ges/backgroundsource\
|
|
ges/basic \
|
|
ges/layer \
|
|
ges/effects \
|
|
ges/filesource \
|
|
ges/simplelayer \
|
|
ges/timelineobject \
|
|
ges/timelineedition \
|
|
ges/titles\
|
|
ges/transition \
|
|
ges/overlays\
|
|
ges/text_properties\
|
|
ges/save_and_load
|
|
|
|
noinst_HEADERS =
|
|
|
|
TESTS = $(check_PROGRAMS)
|
|
|
|
AM_CFLAGS = -I$(top_srcdir) $(GST_PLUGINS_BASE_CFLAGS) $(GST_OBJ_CFLAGS) \
|
|
$(GST_CHECK_CFLAGS) $(GST_OPTION_CFLAGS) $(GST_CFLAGS) \
|
|
-UG_DISABLE_ASSERT -UG_DISABLE_CAST_CHECKS
|
|
|
|
LDADD = $(top_builddir)/ges/libges-@GST_API_VERSION@.la \
|
|
$(GST_PLUGINS_BASE_LIBS) -lgstpbutils-$(GST_API_VERSION) \
|
|
$(GST_OBJ_LIBS) $(GST_CHECK_LIBS)
|
|
|
|
EXTRA_DIST = #gst-plugins-bad.supp
|