mirror of
https://github.com/xiph/opus.git
synced 2025-05-14 15:38:32 +00:00
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:
parent
058e8177cb
commit
ff6532c3be
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue