mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-01 22:58:50 -04:00
spa: compile all function into libspa.so
This commit is contained in:
parent
31802d4994
commit
d966a36fdd
3 changed files with 171 additions and 0 deletions
6
spa/lib/meson.build
Normal file
6
spa/lib/meson.build
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
spa_lib = shared_library('spa',
|
||||
[ 'lib.c' ],
|
||||
include_directories : [ configinc ],
|
||||
dependencies : [ spa_dep, pthread_lib, mathlib ],
|
||||
install : true,
|
||||
install_dir : spa_plugindir )
|
||||
Loading…
Add table
Add a link
Reference in a new issue