pipewire/spa/tests/meson.build
Wim Taymans 808d6b6fca prop-builder: add helper to make properties and formats
Use this to make a format filter. Use the filter to negotiate
a format automatically.
2017-02-20 17:22:46 +01:00

16 lines
646 B
Meson

#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)
executable('test-props', 'test-props.c',
include_directories : [spa_inc, spa_libinc ],
dependencies : [dl_lib, sdl_dep, pthread_lib],
link_with : spalib,
install : false)