
Doing it this way means it's only the weird corner case that actually pays for being weird, and we don't litter the build dir with an extra link that normal builds really don't need at all. It also avoids the problem of platforms where LN_S isn't well defined.
12 lines
324 B
PkgConfig
12 lines
324 B
PkgConfig
# Opus codec reference implementation uninstalled pkg-config file
|
|
|
|
libdir=${pcfiledir}/.libs
|
|
includedir=${pcfiledir}
|
|
|
|
Name: opus uninstalled
|
|
Description: Opus IETF audio codec (not installed, @PC_BUILD@)
|
|
Version: @VERSION@
|
|
Requires:
|
|
Conflicts:
|
|
Libs: ${libdir}/libopus.a @PC_LIBM@
|
|
Cflags: -I${pcfiledir}/@top_srcdir@/include
|