2013-01-30 12:37:18 +00:00
|
|
|
noinst_PROGRAMS = gstmotioncells_dynamic_test \
|
2015-07-31 16:31:15 +00:00
|
|
|
gsthanddetect_test \
|
|
|
|
gstfacedetect_test
|
2011-07-27 20:34:23 +00:00
|
|
|
|
2015-04-25 12:38:08 +00:00
|
|
|
gstmotioncells_dynamic_test_SOURCES = gstmotioncells_dynamic_test.c
|
2013-01-30 12:37:18 +00:00
|
|
|
gsthanddetect_test_SOURCES = gsthanddetect_test.c
|
2015-07-31 16:31:15 +00:00
|
|
|
gstfacedetect_test_SOURCES = gstfacedetect_test.c
|
2013-01-30 12:37:18 +00:00
|
|
|
|
2011-07-27 20:34:23 +00:00
|
|
|
gstmotioncells_dynamic_test_CFLAGS = $(GST_CFLAGS) $(GST_BASE_CFLAGS) $(GST_PLUGINS_BASE_CFLAGS)
|
|
|
|
gstmotioncells_dynamic_test_LDFLAGS = $(GST_LIBS) $(GST_BASE_LIBS) $(GST_PLUGINS_BASE_LIBS) $(GSTPB_BASE_LIBS)
|
|
|
|
|
2013-01-30 12:37:18 +00:00
|
|
|
gsthanddetect_test_CFLAGS = $(GST_CFLAGS) $(GST_BASE_CFLAGS) $(GST_PLUGINS_BASE_CFLAGS)
|
|
|
|
gsthanddetect_test_LDFLAGS = $(GST_LIBS) $(GST_BASE_LIBS) $(GST_PLUGINS_BASE_LIBS) $(GSTPB_BASE_LIBS)
|
2015-07-31 16:31:15 +00:00
|
|
|
|
|
|
|
gstfacedetect_test_CFLAGS = $(GST_CFLAGS) $(GST_BASE_CFLAGS) $(GST_PLUGINS_BASE_CFLAGS)
|
|
|
|
gstfacedetect_test_LDFLAGS = $(GST_LIBS) $(GST_BASE_LIBS) $(GST_PLUGINS_BASE_LIBS) $(GSTPB_BASE_LIBS)
|