Skip to content
Snippets Groups Projects
Commit d1f2d06d authored by Ulrich Klauer's avatar Ulrich Klauer Committed by Timothy B. Terriberry
Browse files

Fix pkg-config file to avoid overlinking


Libraries that are used internally by opusfile but are not part of
 its API should be listed in pkg-config "private" clauses.
Otherwise executables that are linked dynamically against opusfile
 will have unneeded direct dependencies (overlinking).

Signed-off-by: default avatarTimothy B. Terriberry <tterribe@xiph.org>
parent 5c5dccb4
No related branches found
No related tags found
No related merge requests found
......@@ -8,7 +8,7 @@ includedir=@includedir@
Name: opusfile
Description: High-level Opus decoding library
Version: @VERSION@
Requires: ogg >= 1.3 opus >= 1.0.1 @openssl@
Requires.private: ogg >= 1.3 opus >= 1.0.1 @openssl@
Conflicts:
Libs: -L${libdir} -lopusfile
Libs.private: @lrintf_lib@
......
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