From 425c1eecbffec926ed5dae61491458d85fc38599 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim-Philipp=20M=C3=BCller?= Date: Wed, 4 Oct 2006 20:05:07 +0000 Subject: tests/icles/: Visual test for videocrop, shows that packed yuv doesn't work right yet. --with-ffmpegcolorspace option... Original commit message from CVS: * tests/icles/.cvsignore: * tests/icles/Makefile.am: * tests/icles/videocrop-test.c: (quit_mainloop), (tick_cb), (test_with_caps), (video_crop_get_test_caps), (main): Visual test for videocrop, shows that packed yuv doesn't work right yet. --with-ffmpegcolorspace option doesn't work yet for unknown reasons (another basetransform issue?) --- tests/icles/Makefile.am | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'tests/icles/Makefile.am') diff --git a/tests/icles/Makefile.am b/tests/icles/Makefile.am index 7fcb5aac..26e0cbc3 100644 --- a/tests/icles/Makefile.am +++ b/tests/icles/Makefile.am @@ -11,4 +11,9 @@ else GST_SOUNDTOUCH_TESTS = endif -noinst_PROGRAMS = $(GST_SOUNDTOUCH_TESTS) +videocrop_test_SOURCES = videocrop-test.c +videocrop_test_CFLAGS = $(GST_CFLAGS) +videocrop_test_LDADD = $(GST_LIBS) +videocrop_test_LDFLAGS = $(GST_PLUGIN_LDFLAGS) + +noinst_PROGRAMS = $(GST_SOUNDTOUCH_TESTS) videocrop-test -- cgit v1.2.1