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.
This commit is contained in:
Jean-Marc Valin 2017-12-19 15:17:10 -05:00
parent 058e8177cb
commit ff6532c3be
No known key found for this signature in database
GPG key ID: 5E5DD9A36F9189C8

View file

@ -8,5 +8,5 @@ Description: Opus IETF audio codec (not installed, @PC_BUILD@)
Version: @VERSION@
Requires:
Conflicts:
Libs: ${libdir}/libopus.a @LIBM@
Libs: ${libdir}/libopus.la @LIBM@
Cflags: -I${pcfiledir}/@top_srcdir@/include