From 35e284a9464a759c32c551148265289535a66814 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Tim-Philipp=20M=C3=BCller?= Date: Tue, 10 Jul 2018 23:53:41 +0100 Subject: [PATCH] examples: fix build of new test-appsrc2 example Need to link against libgstapp-1.0. --- examples/Makefile.am | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/examples/Makefile.am b/examples/Makefile.am index 66345c0..6cbe72a 100644 --- a/examples/Makefile.am +++ b/examples/Makefile.am @@ -15,6 +15,12 @@ noinst_PROGRAMS += test-cgroups LDADD += $(LIBCGROUP_LIBS) endif +test_appsrc2_CFLAGS = \ + $(AM_CFLAGS) \ + $(GST_PLUGINS_BASE_CFLAGS) +test_appsrc2_LDADD = \ + $(LDADD) \ + $(GST_PLUGINS_BASE_LIBS) -lgstapp-1.0 test_netclock_CFLAGS = \ $(AM_CFLAGS) \ $(GST_NET_CFLAGS) -- 2.7.4