2006-01-10 23:58:36 +00:00
|
|
|
if USE_X
|
|
|
|
X_TESTS = stress-xoverlay
|
2005-12-01 14:50:24 +00:00
|
|
|
|
|
|
|
stress_xoverlay_SOURCES = stress-xoverlay.c
|
2007-01-04 12:49:48 +00:00
|
|
|
stress_xoverlay_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_CFLAGS) $(X_CFLAGS)
|
2007-07-20 07:22:15 +00:00
|
|
|
stress_xoverlay_LDFLAGS = $(GST_LIBS) $(X_LIBS) $(LIBM)
|
2005-12-01 14:50:24 +00:00
|
|
|
stress_xoverlay_LDADD = \
|
|
|
|
$(top_builddir)/gst-libs/gst/interfaces/libgstinterfaces-$(GST_MAJORMINOR).la
|
2006-01-10 23:58:36 +00:00
|
|
|
else
|
|
|
|
X_TESTS =
|
|
|
|
endif
|
|
|
|
|
2007-08-13 15:37:29 +00:00
|
|
|
if USE_PANGO
|
|
|
|
PANGO_TESTS = test-textoverlay
|
2006-01-10 23:58:36 +00:00
|
|
|
|
2007-08-13 15:37:29 +00:00
|
|
|
test_textoverlay_SOURCES = test-textoverlay.c
|
|
|
|
test_textoverlay_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_CFLAGS)
|
|
|
|
test_textoverlay_LDFLAGS = $(GST_LIBS) $(LIBM)
|
|
|
|
|
|
|
|
else
|
|
|
|
PANGO_TESTS =
|
|
|
|
endif
|
|
|
|
|
2007-10-16 14:58:53 +00:00
|
|
|
stress_playbin_SOURCES = stress-playbin.c
|
|
|
|
stress_playbin_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_CFLAGS)
|
|
|
|
stress_playbin_LDFLAGS = $(GST_LIBS) $(LIBM)
|
|
|
|
|
2008-07-31 11:39:44 +00:00
|
|
|
test_scale_SOURCES = test-scale.c
|
|
|
|
test_scale_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_CFLAGS)
|
|
|
|
test_scale_LDFLAGS = $(GST_LIBS) $(LIBM)
|
|
|
|
|
|
|
|
noinst_PROGRAMS = $(X_TESTS) $(PANGO_TESTS) stress-playbin test-scale
|