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