gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [gnunet] branch master updated: fix libpulse check


From: gnunet
Subject: [GNUnet-SVN] [gnunet] branch master updated: fix libpulse check
Date: Sun, 18 Aug 2019 14:31:25 +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 73b6978e2 fix libpulse check
73b6978e2 is described below

commit 73b6978e227022f7d1baed13d3342898159fc05d
Author: Christian Grothoff <address@hidden>
AuthorDate: Sun Aug 18 14:29:50 2019 +0200

    fix libpulse check
---
 configure.ac | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index 0dc4d3b02..4ab537b31 100644
--- a/configure.ac
+++ b/configure.ac
@@ -682,7 +682,8 @@ AS_IF([test "x$jansson" = x1],
 
 # check for libpulse(audio) library
 pulse=0
-CHECK_LIBHEADER(LIBPULSE, pulse, pa_stream_peek, pulse/simple.h,jansson=1,)
+libpulse_msg="no"
+CHECK_LIBHEADER(LIBPULSE, pulse, pa_stream_peek, pulse/simple.h,pulse=1,)
 AS_IF([test "$build_target" = "mingw"],
       [pulse=0])
 AS_IF([test "$pulse" = 1],
@@ -691,6 +692,7 @@ AS_IF([test "$pulse" = 1],
 
 # check for libopus(audio) library
 opus=0
+libopus_msg="no"
 CHECK_LIBHEADER(LIBOPUS,
                 opus,
                 opus_decode_float,
@@ -733,6 +735,7 @@ PKG_CHECK_MODULES([GLIB],
    AC_DEFINE([HAVE_PBC],[0],[Lacking glib library])])
 
 gst=0
+gstreamer_msg="no"
 PKG_CHECK_MODULES(
   [GST],
   [glib-2.0 gobject-2.0 gstreamer-1.0 gstreamer-app-1.0 gstreamer-audio-1.0],

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



reply via email to

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