spa: install the spa-resample tool

This commit is contained in:
Wim Taymans 2020-09-23 11:37:16 +02:00
parent 61523d383a
commit 28f60eaf6f

View file

@ -192,7 +192,6 @@ if sndfile_dep.found()
include_directories : [spa_inc ],
link_with : [ audioconvert, test_lib ],
dependencies : [sndfile_dep, mathlib],
install : installed_tests_enabled,
install_dir : join_paths(installed_tests_execdir, 'examples', 'audioconvert'),
install : true,
)
endif