shithub: libopusenc

Download patch

ref: 53072d5bdde0738725480f8107a886165a1f96d4
parent: c808f846dac6bea9e8d31ecd359ae467ea125ca7
author: Jean-Marc Valin <jmvalin@jmvalin.ca>
date: Fri Mar 2 11:26:44 EST 2018

Disable useless messages about disabled options

--- a/configure.ac
+++ b/configure.ac
@@ -152,11 +152,11 @@
 ------------------------------------------------------------------------
   $PACKAGE_NAME $PACKAGE_VERSION: Automatic configuration OK.
 
-    Assertions ................... ${enable_assertions}
-
-    Fixed-point .................. ${enable_fixed_point}
-    Floating-point API ........... ${enable_float}${lrintf_notice}
-
+dnl    Assertions ................... ${enable_assertions}
+dnl
+dnl    Fixed-point .................. ${enable_fixed_point}
+dnl    Floating-point API ........... ${enable_float}${lrintf_notice}
+dnl
     Hidden visibility ............ ${cc_cv_flag_visibility}
 
     API code examples ............ ${enable_examples}