src/Makefile.am | 1 + 1 file changed, 1 insertion(+) New commits: commit 4171df301998a2de1fe386c7d72a4dc966c1ed7f Author: Arun Raghavan <arun.ragha...@collabora.co.uk> Date: Fri Oct 26 08:41:08 2012 +0530
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. diff --git a/src/Makefile.am b/src/Makefile.am index 6212c74..f80c448 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -570,6 +570,7 @@ libpulsecommon_@PA_MAJORMINOR@_la_SOURCES = \ pulse/util.c pulse/util.h \ pulse/timeval.c pulse/timeval.h \ pulse/rtclock.c pulse/rtclock.h \ + pulse/volume.c pulse/volume.h \ pulsecore/atomic.h \ pulsecore/authkey.c pulsecore/authkey.h \ pulsecore/conf-parser.c pulsecore/conf-parser.h \ _______________________________________________ pulseaudio-commits mailing list pulseaudio-commits@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/pulseaudio-commits