mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 12:11:13 +00:00
add icle for v4l2
Original commit message from CVS: add icle for v4l2
This commit is contained in:
parent
0b5d4c7787
commit
2884ad88ba
1 changed files with 14 additions and 1 deletions
|
@ -1,3 +1,16 @@
|
|||
if USE_GST_V4L2
|
||||
V4L2_TESTS = v4l2src-test
|
||||
|
||||
v4l2src_test_SOURCES = v4l2src-test.c
|
||||
v4l2src_test_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS)
|
||||
v4l2src_test_LDADD = $(GST_PLUGINS_BASE_LIBS)
|
||||
|
||||
v4l2src_test_LDFLAGS = $(GST_PLUGIN_LDFLAGS) -lgstinterfaces-$(GST_MAJORMINOR)
|
||||
|
||||
else
|
||||
V4L2_TESTS =
|
||||
endif
|
||||
|
||||
if USE_X
|
||||
X_TESTS = ximagesrc-test
|
||||
|
||||
|
@ -8,5 +21,5 @@ else
|
|||
X_TESTS =
|
||||
endif
|
||||
|
||||
noinst_PROGRAMS = $(X_TESTS)
|
||||
noinst_PROGRAMS = $(V4L2_TESTS) $(X_TESTS)
|
||||
|
||||
|
|
Loading…
Reference in a new issue