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
@ -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…
Reference in New Issue
Block a user