mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-10 13:29:58 -05:00
build-sys: Add volume code to libpulsecommon
Commit dd31d652a ("utils: Adding a function to get volume from string")
uses pa_sw_volume_from_dB(), which is part of libpulse, in libpulsecore.
This breaks as-needed builds. We fix this by also building the volume
code in libpulsecommon.
This commit is contained in:
parent
43454bc48c
commit
4171df3019
1 changed files with 1 additions and 0 deletions
|
|
@ -570,6 +570,7 @@ libpulsecommon_@PA_MAJORMINOR@_la_SOURCES = \
|
||||||
pulse/util.c pulse/util.h \
|
pulse/util.c pulse/util.h \
|
||||||
pulse/timeval.c pulse/timeval.h \
|
pulse/timeval.c pulse/timeval.h \
|
||||||
pulse/rtclock.c pulse/rtclock.h \
|
pulse/rtclock.c pulse/rtclock.h \
|
||||||
|
pulse/volume.c pulse/volume.h \
|
||||||
pulsecore/atomic.h \
|
pulsecore/atomic.h \
|
||||||
pulsecore/authkey.c pulsecore/authkey.h \
|
pulsecore/authkey.c pulsecore/authkey.h \
|
||||||
pulsecore/conf-parser.c pulsecore/conf-parser.h \
|
pulsecore/conf-parser.c pulsecore/conf-parser.h \
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue