1b8dce6369f7f7b2ca14ef85d48617d1e2c75b9c
[platform/upstream/gstreamer.git] / subprojects / gst-plugins-bad / tests / icles / meson.build
1 if not get_option('soundtouch').disabled() and soundtouch_dep.found()
2   executable('pitch-test', 'pitch-test.c',
3     include_directories: [configinc],
4     dependencies: [glib_dep, gst_dep, gstcontroller_dep],
5     install: false)
6 endif