gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [gnunet] branch master updated: nicer message


From: gnunet
Subject: [GNUnet-SVN] [gnunet] branch master updated: nicer message
Date: Sun, 18 Aug 2019 14:24:36 +0200

This is an automated email from the git hooks/post-receive script.

grothoff pushed a commit to branch master
in repository gnunet.

The following commit(s) were added to refs/heads/master by this push:
     new f25b1edb8 nicer message
f25b1edb8 is described below

commit f25b1edb8dae188d40e85347ff45f783708acfa9
Author: Christian Grothoff <address@hidden>
AuthorDate: Sun Aug 18 14:22:59 2019 +0200

    nicer message
---
 configure.ac | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/configure.ac b/configure.ac
index d4636941f..0dc4d3b02 100644
--- a/configure.ac
+++ b/configure.ac
@@ -686,7 +686,8 @@ CHECK_LIBHEADER(LIBPULSE, pulse, pa_stream_peek, 
pulse/simple.h,jansson=1,)
 AS_IF([test "$build_target" = "mingw"],
       [pulse=0])
 AS_IF([test "$pulse" = 1],
-      [AC_DEFINE([HAVE_PULSE],[1],[Have libpulse(audio) library])])
+      [AC_DEFINE([HAVE_PULSE],[1],[Have libpulse(audio) library])
+       libpulse_msg="yes"])
 
 # check for libopus(audio) library
 opus=0
@@ -696,7 +697,8 @@ CHECK_LIBHEADER(LIBOPUS,
                 opus/opus.h,
                 AC_CHECK_DECL([OPUS_SET_GAIN],[opus=1],[],[[#include 
<opus/opus.h>]]))
 AS_IF([test "x$opus" = x1],
-      [AC_DEFINE([HAVE_OPUS],[1],[Have libopus library])])
+      [AC_DEFINE([HAVE_OPUS],[1],[Have libopus library])
+       libopus_msg="yes"])
 
 # libogg
 AC_CHECK_LIB(ogg, ogg_stream_flush_fill,
@@ -734,7 +736,8 @@ gst=0
 PKG_CHECK_MODULES(
   [GST],
   [glib-2.0 gobject-2.0 gstreamer-1.0 gstreamer-app-1.0 gstreamer-audio-1.0],
-  [gst=1],
+  [gst=1
+   gstreamer_msg="yes"],
   [gst=0])
 
 # Pulse Audio

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]