mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-06 17:39:47 +00:00
6 lines
235 B
Meson
6 lines
235 B
Meson
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
|