mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-12-16 08:56:45 -05:00
stream: more work on converter
This commit is contained in:
parent
19067dde17
commit
142ef38df9
10 changed files with 2746 additions and 212 deletions
|
|
@ -8,6 +8,11 @@ executable('test-convert', 'test-convert.c',
|
|||
dependencies : [dl_lib, pthread_lib, mathlib],
|
||||
link_with : spalib,
|
||||
install : false)
|
||||
executable('test-convert2', 'test-convert2.c',
|
||||
include_directories : [spa_inc, spa_libinc ],
|
||||
dependencies : [dl_lib, pthread_lib, mathlib],
|
||||
link_with : spalib,
|
||||
install : false)
|
||||
executable('test-bluez5', 'test-bluez5.c',
|
||||
include_directories : [spa_inc, spa_libinc ],
|
||||
dependencies : [dl_lib, pthread_lib, mathlib, dbus_dep],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue