summaryrefslogtreecommitdiff
path: root/tests/icles
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.com>2018-10-08 23:47:42 +0100
committerTim-Philipp Müller <tim@centricular.com>2018-11-25 14:59:16 +0000
commit347d732889234958b5f0f1ab4b6b84a6388ac37d (patch)
tree5381a912a85b82e0b0c4cfa4e6d0af8fb4492011 /tests/icles
parent4de06ea12ca4a1066ff05a72c183139c4dfe2e94 (diff)
downloadgstreamer-plugins-bad-347d732889234958b5f0f1ab4b6b84a6388ac37d.tar.gz
meson: build more examples
See https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/issues/576
Diffstat (limited to 'tests/icles')
-rw-r--r--tests/icles/meson.build6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/icles/meson.build b/tests/icles/meson.build
new file mode 100644
index 000000000..1b8dce636
--- /dev/null
+++ b/tests/icles/meson.build
@@ -0,0 +1,6 @@
+if not get_option('soundtouch').disabled() and soundtouch_dep.found()
+ executable('pitch-test', 'pitch-test.c',
+ include_directories: [configinc],
+ dependencies: [glib_dep, gst_dep, gstcontroller_dep],
+ install: false)
+endif