[pulseaudio-commits] [SCM] PulseAudio Sound Server branch, master, updated. v0.9.16-test4

Lennart Poettering gitmailer-noreply at 0pointer.de
Tue Aug 4 19:19:01 PDT 2009


This is an automated email from the git hooks/post-receive script. It was
generated because of a push to the "PulseAudio Sound Server" repository.

The master branch has been updated
      from  2cab6a256ca99c20c7f39e330640df6854d35cc8 (commit)

- Log -----------------------------------------------------------------
8483de4 simple: bump libpulse-simple library revision
ff52588 smoother: readd #ifdef protection
-----------------------------------------------------------------------

Summary of changes:
 configure.ac                  |    2 +-
 src/pulsecore/time-smoother.c |    4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

-----------------------------------------------------------------------

commit ff52588c7b1353542e44633f366b3fda2ba49269
Author: Lennart Poettering <lennart at poettering.net>
Date:   Wed Aug 5 03:52:15 2009 +0200

    smoother: readd #ifdef protection

diff --git a/src/pulsecore/time-smoother.c b/src/pulsecore/time-smoother.c
index 1289f2b..d6c3787 100644
--- a/src/pulsecore/time-smoother.c
+++ b/src/pulsecore/time-smoother.c
@@ -515,7 +515,7 @@ void pa_smoother_reset(pa_smoother *s, pa_usec_t time_offset, pa_bool_t paused)
     s->paused = paused;
     s->time_offset = s->pause_time = time_offset;
 
-    /* #ifdef DEBUG_DATA */
+#ifdef DEBUG_DATA
     pa_log_debug("reset()");
-/* #endif */
+#endif
 }

commit 8483de4f2be22338eaa42d3b9bad6bf554644b61
Author: Lennart Poettering <lennart at poettering.net>
Date:   Wed Aug 5 03:53:41 2009 +0200

    simple: bump libpulse-simple library revision

diff --git a/configure.ac b/configure.ac
index 08c1ef3..179aeb3 100644
--- a/configure.ac
+++ b/configure.ac
@@ -49,7 +49,7 @@ AC_SUBST(LIBPULSE_VERSION_INFO, [9:0:9])
 
 # A simplified, synchronous, ABI-stable interface for client
 # applications, for the version info x:y:z always will hold y=z
-AC_SUBST(LIBPULSE_SIMPLE_VERSION_INFO, [0:2:0])
+AC_SUBST(LIBPULSE_SIMPLE_VERSION_INFO, [0:3:0])
 
 # The ABI-stable network browsing interface for client applications,
 # for the version info x:y:z always will hold y=z

-- 
hooks/post-receive
PulseAudio Sound Server



More information about the pulseaudio-commits mailing list