mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-10 03:19:40 +00:00
425c1eecbf
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?)
19 lines
481 B
Makefile
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
|