Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(5)

Unified Diff: opus-uninstalled.pc.in

Issue 12388030: Update Opus to 1.0.2. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/deps/third_party/opus
Patch Set: Created 7 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « opus.m4 ('k') | opus.pc.in » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: opus-uninstalled.pc.in
diff --git a/opus-uninstalled.pc.in b/opus-uninstalled.pc.in
index 7361028d3472d07cf62ad5b30d7effc1ace64e64..36e8db6a91823d06dd9107c142bb2faad5e9ddb2 100644
--- a/opus-uninstalled.pc.in
+++ b/opus-uninstalled.pc.in
@@ -1,12 +1,12 @@
-# opus codec reference implementation uninstalled pkg-config file
+# Opus codec reference implementation uninstalled pkg-config file
libdir=${pcfiledir}/.libs
includedir=${pcfiledir}
Name: opus uninstalled
-Description: Opus IETF audio codec (not installed)
+Description: Opus IETF audio codec (not installed, @PC_BUILD@)
Version: @VERSION@
Requires:
Conflicts:
-Libs: ${libdir}/libopus.a
-Cflags: -I${includedir}/include
+Libs: ${libdir}/libopus.a @PC_LIBM@
+Cflags: -I${pcfiledir}/@top_srcdir@/include
« no previous file with comments | « opus.m4 ('k') | opus.pc.in » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698