shithub: opus-tools

Download patch

ref: 33d691604360125556ec6bdd23ccfd8559c79900
parent: a52096d5491af256af9996c8ec9f0dce7317b93b
author: Mark Harris <mark.hsj@gmail.com>
date: Sat Mar 17 07:29:45 EDT 2018

configure: Require Opus 1.1 to match libopusenc

--- a/configure.ac
+++ b/configure.ac
@@ -136,7 +136,7 @@
 
 dnl check for Opus
 AS_IF([test "$HAVE_PKG_CONFIG" = "yes"],
- [PKG_CHECK_MODULES([OPUS],[opus >= 1.0.3])],
+ [PKG_CHECK_MODULES([OPUS],[opus >= 1.1])],
  [
   dnl fall back to the old school test
   XIPH_PATH_OPUS(, AC_MSG_ERROR([