examples: fix build of new test-appsrc2 example

Need to link against libgstapp-1.0.
This commit is contained in:
Tim-Philipp Müller 2018-07-10 23:53:41 +01:00
parent b6c3960f11
commit 35e284a946

View file

@ -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)