2010-08-12 09:08:35 +00:00
|
|
|
SUBDIRS = playback
|
|
|
|
DIST_SUBDIRS = playback
|
|
|
|
|
2006-01-10 23:58:36 +00:00
|
|
|
if USE_X
|
2008-10-03 15:19:40 +00:00
|
|
|
X_TESTS = stress-xoverlay
|
2005-12-01 14:50:24 +00:00
|
|
|
|
|
|
|
stress_xoverlay_SOURCES = stress-xoverlay.c
|
2010-03-19 01:00:36 +00:00
|
|
|
stress_xoverlay_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) \
|
|
|
|
$(GST_BASE_CFLAGS) $(GST_CFLAGS) $(X_CFLAGS)
|
2008-09-04 13:46:52 +00:00
|
|
|
stress_xoverlay_LDADD = $(GST_LIBS) $(X_LIBS) $(LIBM) \
|
2005-12-01 14:50:24 +00:00
|
|
|
$(top_builddir)/gst-libs/gst/interfaces/libgstinterfaces-$(GST_MAJORMINOR).la
|
2008-09-04 13:46:52 +00:00
|
|
|
|
2009-01-02 15:04:13 +00:00
|
|
|
if HAVE_GTK_X11
|
2010-02-19 12:38:36 +00:00
|
|
|
X_TESTS += test-colorkey test-xoverlay
|
2008-09-04 13:46:52 +00:00
|
|
|
|
|
|
|
test_colorkey_SOURCES = test-colorkey.c
|
2010-03-19 01:00:36 +00:00
|
|
|
test_colorkey_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) \
|
|
|
|
$(GST_BASE_CFLAGS) $(GST_CFLAGS) $(X_CFLAGS) $(GTK_CFLAGS)
|
2008-09-04 13:46:52 +00:00
|
|
|
test_colorkey_LDADD = $(GST_LIBS) $(X_LIBS) $(LIBM) $(GTK_LIBS) \
|
2010-02-19 12:38:36 +00:00
|
|
|
$(top_builddir)/gst-libs/gst/interfaces/libgstinterfaces-$(GST_MAJORMINOR).la
|
|
|
|
|
|
|
|
test_xoverlay_SOURCES = test-xoverlay.c
|
2010-03-19 01:00:36 +00:00
|
|
|
test_xoverlay_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) \
|
|
|
|
$(GST_BASE_CFLAGS) $(GST_CFLAGS) $(X_CFLAGS) $(GTK_CFLAGS)
|
2010-02-19 12:38:36 +00:00
|
|
|
test_xoverlay_LDADD = $(GST_LIBS) $(X_LIBS) $(LIBM) $(GTK_LIBS) \
|
2008-09-04 13:46:52 +00:00
|
|
|
$(top_builddir)/gst-libs/gst/interfaces/libgstinterfaces-$(GST_MAJORMINOR).la
|
|
|
|
endif
|
|
|
|
|
2010-12-31 01:24:50 +00:00
|
|
|
output_selector_test_SOURCES = output-selector-test.c
|
|
|
|
output_selector_test_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_CFLAGS)
|
|
|
|
output_selector_test_LDADD = $(GST_LIBS)
|
|
|
|
output_selector_test_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
|
|
|
|
|
|
|
input_selector_test_SOURCES = input-selector-test.c
|
|
|
|
input_selector_test_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_CFLAGS)
|
|
|
|
input_selector_test_LDADD = $(GST_LIBS)
|
|
|
|
input_selector_test_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
|
|
|
|
|
|
|
X_TESTS += output-selector-test input-selector-test
|
|
|
|
|
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)
|
2008-09-04 13:46:52 +00:00
|
|
|
test_textoverlay_LDADD = $(GST_LIBS) $(LIBM)
|
2007-08-13 15:37:29 +00:00
|
|
|
|
|
|
|
else
|
|
|
|
PANGO_TESTS =
|
|
|
|
endif
|
|
|
|
|
2010-02-26 11:56:21 +00:00
|
|
|
audio_trickplay_SOURCES = audio-trickplay.c
|
2010-03-19 01:00:36 +00:00
|
|
|
audio_trickplay_CFLAGS = $(GST_CONTROLLER_CFLAGS) $(GST_CFLAGS)
|
|
|
|
audio_trickplay_LDADD = $(GST_CONTROLLER_LIBS) $(GST_LIBS) $(LIBM)
|
2010-02-26 11:56:21 +00:00
|
|
|
|
|
|
|
playbin_text_SOURCES = playbin-text.c
|
|
|
|
playbin_text_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_CFLAGS)
|
|
|
|
playbin_text_LDADD = $(GST_LIBS) $(LIBM)
|
|
|
|
|
2010-04-15 10:09:45 +00:00
|
|
|
position_formats_SOURCES = position-formats.c
|
|
|
|
position_formats_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_CFLAGS)
|
|
|
|
position_formats_LDADD = $(GST_LIBS) $(LIBM)
|
|
|
|
|
2007-10-16 14:58:53 +00:00
|
|
|
stress_playbin_SOURCES = stress-playbin.c
|
|
|
|
stress_playbin_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_CFLAGS)
|
2008-09-04 13:46:52 +00:00
|
|
|
stress_playbin_LDADD = $(GST_LIBS) $(LIBM)
|
2007-10-16 14:58:53 +00:00
|
|
|
|
2008-07-31 11:39:44 +00:00
|
|
|
test_scale_SOURCES = test-scale.c
|
|
|
|
test_scale_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_CFLAGS)
|
2008-09-04 13:46:52 +00:00
|
|
|
test_scale_LDADD = $(GST_LIBS) $(LIBM)
|
2008-07-31 11:39:44 +00:00
|
|
|
|
2008-10-20 13:45:55 +00:00
|
|
|
test_box_SOURCES = test-box.c
|
|
|
|
test_box_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_CFLAGS)
|
|
|
|
test_box_LDADD = $(GST_LIBS) $(LIBM)
|
|
|
|
|
2010-02-26 11:56:21 +00:00
|
|
|
noinst_PROGRAMS = $(X_TESTS) $(PANGO_TESTS) \
|
2010-04-15 10:09:45 +00:00
|
|
|
audio-trickplay playbin-text position-formats stress-playbin \
|
|
|
|
test-scale test-box
|