mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-18 06:59:57 -05:00
role-cork: prepare merge with role-ducking: move most code to stream-interaction.c
Filename suggested by Tanu, as it includes both, cork and duck.
This commit is contained in:
parent
16660789ca
commit
f12102857a
4 changed files with 401 additions and 337 deletions
|
|
@ -1953,7 +1953,8 @@ module_augment_properties_la_LIBADD = $(MODULE_LIBADD)
|
|||
module_augment_properties_la_CFLAGS = $(AM_CFLAGS) -DDESKTOPFILEDIR=\"/usr/share/applications\"
|
||||
|
||||
# Cork certain streams while others are active (e.g. cork music when phone streams appear)
|
||||
module_role_cork_la_SOURCES = modules/module-role-cork.c
|
||||
module_role_cork_la_SOURCES = modules/module-role-cork.c \
|
||||
modules/stream-interaction.c modules/stream-interaction.h
|
||||
module_role_cork_la_LDFLAGS = $(MODULE_LDFLAGS)
|
||||
module_role_cork_la_LIBADD = $(MODULE_LIBADD)
|
||||
module_role_cork_la_CFLAGS = $(AM_CFLAGS)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue