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

Unified Diff: opus.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-uninstalled.pc.in ('k') | opus_headers.mk » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: opus.pc.in
diff --git a/opus.pc.in b/opus.pc.in
index f702969a6cf827c155d2a07c56170d6f29d53907..b7d40838ca417f99c4d7544473803cbc9ef6fc94 100644
--- a/opus.pc.in
+++ b/opus.pc.in
@@ -1,4 +1,4 @@
-# opus codec reference implementation pkg-config file
+# Opus codec reference implementation pkg-config file
prefix=@prefix@
exec_prefix=@exec_prefix@
@@ -6,10 +6,11 @@ libdir=@libdir@
includedir=@includedir@
Name: Opus
-Description: Opus IETF low-latency audio codec
+Description: Opus IETF audio codec (@PC_BUILD@ build)
URL: http://opus-codec.org/
Version: @VERSION@
Requires:
Conflicts:
Libs: -L${libdir} -lopus
+Libs.private: @PC_LIBM@
Cflags: -I${includedir}/opus
« no previous file with comments | « opus-uninstalled.pc.in ('k') | opus_headers.mk » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698