shithub: libopusenc

Download patch

ref: 01a2e779c633c800f7b6f73412ff8ee2883beeff
parent: 7552052b5412a30a85a2ba38a1f30ee923d0dcba
author: Jean-Marc Valin <jmvalin@jmvalin.ca>
date: Fri May 19 13:18:27 EDT 2017

removing mentions of libogg

--- a/README.md
+++ b/README.md
@@ -1,7 +1,7 @@
 # Libopusenc
 
 The opusenc libraries provide a high-level API for
-encoding .opus files. opusenc depends on libopus and libogg.
+encoding .opus files. opusenc depends only on libopus.
 
 The library is in very early development.
 Please give feedback
--- a/opusenc-uninstalled.pc.in
+++ b/opusenc-uninstalled.pc.in
@@ -8,7 +8,7 @@
 Name: libopusenc uninstalled
 Description: High-level Opus decoding library (not installed)
 Version: @PACKAGE_VERSION@
-Requires.private: ogg >= 1.3 opus >= 1.0.1
+Requires.private: opus >= 1.1
 Conflicts:
 Libs: ${libdir}/libopusenc.la @lrintf_lib@
 Cflags: -I${includedir}