mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-31 22:25:38 -04:00
alsa: aad alsa source and monitor
This commit is contained in:
parent
2bf322ee71
commit
bd7009756c
12 changed files with 707 additions and 567 deletions
|
|
@ -1,9 +1,12 @@
|
|||
alsa_sources = ['alsa.c',
|
||||
'alsa-sink.c']
|
||||
'alsa-monitor.c',
|
||||
'alsa-sink.c',
|
||||
'alsa-source.c',
|
||||
'alsa-utils.c']
|
||||
|
||||
alsalib = shared_library('spa-alsa',
|
||||
alsa_sources,
|
||||
include_directories : inc,
|
||||
dependencies : alsa_dep,
|
||||
dependencies : [ alsa_dep, libudev_dep ],
|
||||
link_with : spalib,
|
||||
install : true)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue