[pulseaudio-commits] [SCM] PulseAudio Sound Server branch, master, updated. v0.9.11-165-gd10e5e5

Lennart Poettering gitmailer-noreply at 0pointer.de
Fri Aug 29 11:10:29 PDT 2008


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  bdcb3a493cc5bdba254d365b7e567876a72c789b (commit)

- Log -----------------------------------------------------------------
d10e5e5... Add CFLAGS information on start-up
-----------------------------------------------------------------------

Summary of changes:
 configure.ac      |    2 ++
 src/daemon/main.c |    1 +
 2 files changed, 3 insertions(+), 0 deletions(-)

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

commit d10e5e56d3f68ce3020580d696c022591c261e79
Author: Marc-André Lureau <marcandre.lureau at gmail.com>
Date:   Fri Aug 29 20:08:55 2008 +0200

    Add CFLAGS information on start-up
    
    Signed-off-by: Lennart Poettering <lennart at poettering.net>

diff --git a/configure.ac b/configure.ac
index 568f43a..c35eca0 100644
--- a/configure.ac
+++ b/configure.ac
@@ -407,6 +407,8 @@ AS_IF([test "$pulseaudio_cv_PTHREAD_PRIO_INHERIT" = "yes"], [
     AC_DEFINE([HAVE_PTHREAD_PRIO_INHERIT], 1, [Have PTHREAD_PRIO_INHERIT.])
   ])
 
+AC_DEFINE_UNQUOTED(PA_CFLAGS,"$CFLAGS", [The CFLAGS used during compilation])
+
 #### Large File-Support (LFS) ####
 
 AC_SYS_LARGEFILE
diff --git a/src/daemon/main.c b/src/daemon/main.c
index b57a74a..9f7a79d 100644
--- a/src/daemon/main.c
+++ b/src/daemon/main.c
@@ -778,6 +778,7 @@ int main(int argc, char *argv[]) {
     pa_set_env("PULSE_SYSTEM", conf->system_instance ? "1" : "0");
 
     pa_log_info(_("This is PulseAudio %s"), PACKAGE_VERSION);
+    pa_log_debug(_("Compilation CFLAGS: %s"), PA_CFLAGS);
     pa_log_info(_("Page size is %lu bytes"), (unsigned long) PA_PAGE_SIZE);
 
     if (!(s = pa_machine_id())) {

-- 
hooks/post-receive
PulseAudio Sound Server



More information about the pulseaudio-commits mailing list