[pulseaudio-commits] [Git][pulseaudio/webrtc-audio-processing][master] 2 commits: build: Fix configure option '--with-ns-mode'
Arun Raghavan
gitlab at gitlab.freedesktop.org
Mon Jul 30 12:12:16 UTC 2018
Arun Raghavan pushed to branch master at PulseAudio / webrtc-audio-processing
Commits:
ee8cfef4 by Mirko Vogt at 2017-01-06T05:01:17Z
build: Fix configure option '--with-ns-mode'
Make *really* take '--with-ns-mode'-option into account.
Before it was bogus (wrong if-check) and it always resulted
in the float version being used.
Signed-off-by: Mirko Vogt <mirko-dev at nanl.de>
- - - - -
e882a544 by Arun Raghavan at 2018-07-23T12:58:08Z
build: Update version to 0.3.1
- - - - -
1 changed file:
- configure.ac
Changes:
=====================================
configure.ac
=====================================
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([webrtc-audio-processing], [0.3])
+AC_INIT([webrtc-audio-processing], [0.3.1])
AM_INIT_AUTOMAKE([dist-xz subdir-objects tar-ustar])
AC_SUBST(LIBWEBRTC_AUDIO_PROCESSING_VERSION_INFO, [1:0:0])
@@ -20,7 +20,7 @@ AC_LANG_CPLUSPLUS
AC_ARG_WITH([ns-mode],
AS_HELP_STRING([--with-ns-mode=float|fixed], [Noise suppresion mode to use. Default is float]))
-AS_CASE(["x${with_ns_mode}"],
+AS_CASE(["${with_ns_mode}"],
["fixed"], [NS_FIXED=1],
["float"], [NS_FIXED=0],
[NS_FIXED=0])
View it on GitLab: https://gitlab.freedesktop.org/pulseaudio/webrtc-audio-processing/compare/0d937fbc7152f34f32cd4cd016ed623434b90796...e882a5442ac22c93648e12837248d651d18b9247
--
View it on GitLab: https://gitlab.freedesktop.org/pulseaudio/webrtc-audio-processing/compare/0d937fbc7152f34f32cd4cd016ed623434b90796...e882a5442ac22c93648e12837248d651d18b9247
You're receiving this email because of your account on gitlab.freedesktop.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/pulseaudio-commits/attachments/20180730/a2fb5f3e/attachment.html>
More information about the pulseaudio-commits
mailing list