gstreamer/tests/icles/Makefile.am
Tim-Philipp Müller 425c1eecbf 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?)
2006-10-04 20:05:07 +00:00

19 lines
481 B
Makefile

if USE_SOUNDTOUCH
GST_SOUNDTOUCH_TESTS = pitch-test
pitch_test_SOURCES = pitch-test.c
pitch_test_CFLAGS = $(GST_CONTROLLER_CFLAGS)
pitch_test_LDADD = $(GST_CONTROLLER_LIBS)
pitch_test_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
else
GST_SOUNDTOUCH_TESTS =
endif
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