mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-12-22 08:56:59 -05:00
add audioconvert beginnings
This commit is contained in:
parent
7db732e2e2
commit
2cfb206d7c
5 changed files with 1030 additions and 0 deletions
8
spa/plugins/audioconvert/meson.build
Normal file
8
spa/plugins/audioconvert/meson.build
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
audioconvert_sources = ['fmtconvert.c', 'fmt-ops.c', 'plugin.c']
|
||||
|
||||
audioconvertlib = shared_library('spa-audioconvert',
|
||||
audioconvert_sources,
|
||||
include_directories : [spa_inc, spa_libinc],
|
||||
link_with : spalib,
|
||||
install : true,
|
||||
install_dir : '@0@/spa/audioconvert/'.format(get_option('libdir')))
|
||||
Loading…
Add table
Add a link
Reference in a new issue