shithub: opus

Download patch

ref: ff6532c3be8cc1f7873ee2335869340cc98a525f
parent: 058e8177cb0847877064cef94233ddd46ebd40b7
author: Jean-Marc Valin <jmvalin@jmvalin.ca>
date: Tue Dec 19 10:17:10 EST 2017

Making opus-uninstalled.pc use the .la instead of the .a

This makes it possible to link dynamically with an uninstalled libopus.
It does require the executable to use libtool however.

--- a/opus-uninstalled.pc.in
+++ b/opus-uninstalled.pc.in
@@ -8,5 +8,5 @@
 Version: @VERSION@
 Requires:
 Conflicts:
-Libs: ${libdir}/libopus.a @LIBM@
+Libs: ${libdir}/libopus.la @LIBM@
 Cflags: -I${pcfiledir}/@top_srcdir@/include