summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorMatthew Waters <matthew@centricular.com>2016-03-31 23:07:17 +1100
committerMatthew Waters <matthew@centricular.com>2016-03-31 23:07:17 +1100
commit74cc987446b4311b5cec20ef3f19d85e9aef288f (patch)
tree6d04795d8662f313350aa4c30d79590cf9a64ee7 /tests
parent0ef4269a7fae030fa67073811f99897c3dfd313a (diff)
downloadgstreamer-plugins-bad-74cc987446b4311b5cec20ef3f19d85e9aef288f.tar.gz
gl/tests/pipelines: add custom _CFLAGS and LDADD
As is done everywhere else. From what I can gather from make -C tests/check V=1 $(GST_PLUGINS_BAD_CFLAGS) is required in order to find in-tree headers as well as srcdir != builddir configurations.
Diffstat (limited to 'tests')
-rw-r--r--tests/check/Makefile.am8
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/check/Makefile.am b/tests/check/Makefile.am
index 3b166e501..e27f31c4a 100644
--- a/tests/check/Makefile.am
+++ b/tests/check/Makefile.am
@@ -598,6 +598,14 @@ elements_glimagesink_LDADD = \
$(GST_PLUGINS_BASE_LIBS) -lgstvideo-$(GST_API_VERSION) \
$(GST_BASE_LIBS) $(GST_LIBS) $(LDADD)
+pipelines_simple_launch_lines_CFLAGS = \
+ $(GST_PLUGINS_BAD_CFLAGS) \
+ -DGST_USE_UNSTABLE_API \
+ $(GST_BASE_CFLAGS) $(GST_CFLAGS) $(AM_CFLAGS)
+
+pipelines_simple_launch_lines_LDADD = \
+ $(GST_BASE_LIBS) $(GST_LIBS) $(LDADD)
+
libs_aggregator_LDADD = \
$(top_builddir)/gst-libs/gst/base/libgstbadbase-@GST_API_VERSION@.la \
$(GST_PLUGINS_BASE_LIBS) \