mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-18 12:15:19 +00:00
examples: fix build of new test-appsrc2 example
Need to link against libgstapp-1.0.
This commit is contained in:
parent
b6c3960f11
commit
35e284a946
1 changed files with 6 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue