diff options
author | Edgard Lima <edgard.lima@indt.org.br> | 2006-05-01 21:37:51 +0000 |
---|---|---|
committer | Edgard Lima <edgard.lima@indt.org.br> | 2006-05-01 21:37:51 +0000 |
commit | 3281a636374c4baeab2cdbd31991744198cd62cf (patch) | |
tree | 852565c885a0d07ad64152eb1bced9a8338c5379 /tests/icles/Makefile.am | |
parent | 9e8733719f54b7511cc6d66aa55a957b24921ded (diff) | |
download | gst-plugins-bad-3281a636374c4baeab2cdbd31991744198cd62cf.tar.gz gst-plugins-bad-3281a636374c4baeab2cdbd31991744198cd62cf.tar.bz2 gst-plugins-bad-3281a636374c4baeab2cdbd31991744198cd62cf.zip |
Few improvements to move to good.
Original commit message from CVS:
Few improvements to move to good.
Diffstat (limited to 'tests/icles/Makefile.am')
-rw-r--r-- | tests/icles/Makefile.am | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/tests/icles/Makefile.am b/tests/icles/Makefile.am index e69de29b..2c9080d1 100644 --- a/tests/icles/Makefile.am +++ b/tests/icles/Makefile.am @@ -0,0 +1,15 @@ +if USE_GST_V4L2 + +GST_V4L2_TESTS = v4l2src-test + +v4l2src_test_SOURCES = v4l2src-test.c +v4l2src_test_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) + +v4l2src_test_LDFLAGS = $(GST_PLUGIN_LDFLAGS) -lgstinterfaces-$(GST_MAJORMINOR) + +else +GST_V4L2_TESTS = +endif + +noinst_PROGRAMS = $(GST_V4L2_TESTS) + |