shithub: opus-tools

Download patch

ref: 0c1337f57e5b87fd23421904303fed3e575ce354
parent: 9141fa2ddf5f438dd7fc5a286b455d699be59f56
author: Mark Harris <mark.hsj@gmail.com>
date: Mon Sep 17 17:54:22 EDT 2018

configure: require libopusenc >= 0.2

--- a/configure.ac
+++ b/configure.ac
@@ -202,7 +202,7 @@
 
 dnl check for libopusenc
 AS_IF([test "$HAVE_PKG_CONFIG" = "yes"],
- [PKG_CHECK_MODULES([LIBOPUSENC],[libopusenc >= 0.1.1])],
+ [PKG_CHECK_MODULES([LIBOPUSENC],[libopusenc >= 0.2])],
  [
   dnl fall back to the old school test
   XIPH_PATH_LIBOPUSENC(, AC_MSG_ERROR([