2012-11-15 12:22:54 +00:00
|
|
|
noinst_PROGRAMS = test-video test-ogg test-mp4 test-readme \
|
2016-11-16 06:42:24 +00:00
|
|
|
test-launch test-sdp test-uri test-auth test-auth-digest \
|
2014-12-01 12:42:34 +00:00
|
|
|
test-multicast test-multicast2 test-appsrc \
|
2015-11-16 14:12:28 +00:00
|
|
|
test-video-rtx test-record test-record-auth \
|
2017-09-25 16:41:05 +00:00
|
|
|
test-netclock test-netclock-client \
|
|
|
|
test-onvif-backchannel
|
2009-01-08 12:18:55 +00:00
|
|
|
|
2012-02-13 11:42:51 +00:00
|
|
|
#INCLUDES = -I$(top_srcdir) -I$(srcdir)
|
2009-01-08 12:18:55 +00:00
|
|
|
|
2012-02-13 11:42:51 +00:00
|
|
|
AM_CFLAGS = $(GST_OBJ_CFLAGS)
|
2014-02-25 15:13:40 +00:00
|
|
|
LDADD = $(GST_OBJ_LIBS) $(GIO_LIBS)
|
2013-07-11 08:28:06 +00:00
|
|
|
|
|
|
|
if HAVE_LIBCGROUP
|
|
|
|
noinst_PROGRAMS += test-cgroups
|
2014-02-25 15:13:40 +00:00
|
|
|
LDADD += $(LIBCGROUP_LIBS)
|
2013-07-11 08:28:06 +00:00
|
|
|
endif
|
|
|
|
|
2016-04-04 09:39:39 +00:00
|
|
|
test_netclock_CFLAGS = \
|
2016-04-04 09:58:38 +00:00
|
|
|
$(AM_CFLAGS) \
|
|
|
|
$(GST_NET_CFLAGS)
|
2016-04-04 09:39:39 +00:00
|
|
|
test_netclock_LDADD = \
|
2016-04-04 09:58:38 +00:00
|
|
|
$(LDADD) \
|
|
|
|
$(GST_NET_LIBS)
|
2015-03-02 14:49:42 +00:00
|
|
|
|
2016-04-04 09:39:39 +00:00
|
|
|
test_netclock_client_CFLAGS = \
|
2016-04-04 09:58:38 +00:00
|
|
|
$(AM_CFLAGS) \
|
|
|
|
$(GST_NET_CFLAGS)
|
2016-04-04 09:39:39 +00:00
|
|
|
test_netclock_client_LDADD = \
|
2016-04-04 09:58:38 +00:00
|
|
|
$(LDADD) \
|
|
|
|
$(GST_NET_LIBS)
|
|
|
|
|
2017-09-25 16:41:05 +00:00
|
|
|
test_onvif_backchannel_CFLAGS = \
|
|
|
|
$(AM_CFLAGS) \
|
|
|
|
$(GST_PLUGINS_BASE_CFLAGS)
|
|
|
|
test_onvif_backchannel_LDADD = \
|
|
|
|
$(LDADD) \
|
|
|
|
$(GST_PLUGINS_BASE_LIBS) -lgstrtsp-1.0 -lgstsdp-1.0
|
|
|
|
|