shithub: libopusenc

Download patch

ref: 716a70b0d00743f52f696ff00c2ae1087290deb7
parent: 410def01558b87884cf4814036f563455c923fa1
author: Jean-Marc Valin <jmvalin@jmvalin.ca>
date: Thu May 18 10:46:34 EDT 2017

Don't need libogg anymore, but we need libopus 1.1 for the frame size API

--- a/configure.ac
+++ b/configure.ac
@@ -101,7 +101,7 @@
 AM_CONDITIONAL(OP_ENABLE_HTTP, [test "$enable_http" != "no"])
 AC_SUBST([openssl])
 
-PKG_CHECK_MODULES([DEPS], [ogg >= 1.3 opus >= 1.0.1])
+PKG_CHECK_MODULES([DEPS], [opus >= 1.1])
 
 AC_ARG_ENABLE([fixed-point],
   AS_HELP_STRING([--enable-fixed-point], [Enable fixed-point calculation]),,