[pulseaudio-commits] src/Makefile.am

Arun Raghavan arun at kemper.freedesktop.org
Thu Oct 25 20:46:57 PDT 2012


 src/Makefile.am |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 4171df301998a2de1fe386c7d72a4dc966c1ed7f
Author: Arun Raghavan <arun.raghavan at 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_ at 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 \



More information about the pulseaudio-commits mailing list