Move videocrop and osxvideo from -bad.
[platform/upstream/gstreamer.git] / tests / icles / Makefile.am
1 if USE_GST_V4L2
2 V4L2_TESTS = v4l2src-test
3
4 v4l2src_test_SOURCES = v4l2src-test.c
5 v4l2src_test_CFLAGS =   $(GST_PLUGINS_BASE_CFLAGS)
6 v4l2src_test_LDADD =   $(GST_PLUGINS_BASE_LIBS)
7
8 v4l2src_test_LDFLAGS = $(GST_PLUGIN_LDFLAGS) -lgstinterfaces-$(GST_MAJORMINOR)
9
10 else
11 V4L2_TESTS =
12 endif
13
14 if USE_X
15 X_TESTS = ximagesrc-test
16
17 ximagesrc_test_SOURCES = ximagesrc-test.c
18 ximagesrc_test_CFLAGS = $(GST_CFLAGS)
19 ximagesrc_test_LDFLAGS = $(GST_LIBS)
20 else
21 X_TESTS =
22 endif
23
24 videocrop_test_SOURCES = videocrop-test.c
25 videocrop_test_CFLAGS  = $(GST_CFLAGS)
26 videocrop_test_LDADD   = $(GST_LIBS)
27 videocrop_test_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
28
29 noinst_PROGRAMS = $(V4L2_TESTS) $(X_TESTS) videocrop-test
30