2016-11-18 17:46:01 +01:00
|
|
|
#executable('test-mixer', 'test-mixer.c',
|
|
|
|
|
# include_directories : [spa_inc, spa_libinc ],
|
|
|
|
|
# dependencies : [dl_lib, pthread_lib],
|
|
|
|
|
# link_with : spalib,
|
|
|
|
|
# install : false)
|
|
|
|
|
#
|
|
|
|
|
#executable('test-v4l2', 'test-v4l2.c',
|
|
|
|
|
# include_directories : [spa_inc, spa_libinc ],
|
|
|
|
|
# dependencies : [dl_lib, sdl_dep, pthread_lib],
|
|
|
|
|
# link_with : spalib,
|
|
|
|
|
# install : false)
|
2017-02-20 17:22:46 +01:00
|
|
|
executable('test-props', 'test-props.c',
|
|
|
|
|
include_directories : [spa_inc, spa_libinc ],
|
2017-02-22 13:12:32 +01:00
|
|
|
dependencies : [],
|
|
|
|
|
link_with : spalib,
|
|
|
|
|
install : false)
|
|
|
|
|
executable('test-props2', 'test-props2.c',
|
|
|
|
|
include_directories : [spa_inc, spa_libinc ],
|
|
|
|
|
dependencies : [],
|
2017-02-20 17:22:46 +01:00
|
|
|
link_with : spalib,
|
|
|
|
|
install : false)
|