Skip to content
Snippets Groups Projects
Commit d8f1c709 authored by Ralph Giles's avatar Ralph Giles Committed by Jean-Marc Valin
Browse files

Advertise the static library for uninstalled builds.

It's less surprising for people using the -uninstalled
pkg-config file if we advertise the static library rather
than the shared build. That way the executables work without
having to hack the same location into LD_LIBRARY_PATH, and
the resulting binaries are easier to distribute.

For this to actually work with opus-tools, the -fPIE had
to be turned off, as it was in 1d128b4d5c6f. Support
for static PIE builds would be restored if we compiled
libopus.a with -fPIC.

Also remove the private header locations. These are no
longer required to declare any of the public api.
parent 66ac1021
No related branches found
No related tags found
No related merge requests found
......@@ -8,5 +8,5 @@ Description: Opus IETF audio codec (not installed)
Version: @VERSION@
Requires:
Conflicts:
Libs: -L${libdir} -lopus
Cflags: -I${includedir}/include -I${includedir}/src -I${includedir}/celt
Libs: ${libdir}/libopus.a
Cflags: -I${includedir}/include
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment