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

Unified Diff: third_party/opus/src/opus.pc.in

Issue 2195313002: Remove Opus from DEPS and import a local copy (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Local copy of opus, opus/src/.gitignore, opus/DEPS, update README.chromium Created 4 years, 5 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 | « third_party/opus/src/opus-uninstalled.pc.in ('k') | third_party/opus/src/silk/A2NLSF.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/opus/src/opus.pc.in
diff --git a/third_party/opus/src/opus.pc.in b/third_party/opus/src/opus.pc.in
new file mode 100644
index 0000000000000000000000000000000000000000..6946e7de5c903250f90ec2b0932b034c69e9f963
--- /dev/null
+++ b/third_party/opus/src/opus.pc.in
@@ -0,0 +1,16 @@
+# Opus codec reference implementation pkg-config file
+
+prefix=@prefix@
+exec_prefix=@exec_prefix@
+libdir=@libdir@
+includedir=@includedir@
+
+Name: Opus
+Description: Opus IETF audio codec (@PC_BUILD@ build)
+URL: https://opus-codec.org/
+Version: @VERSION@
+Requires:
+Conflicts:
+Libs: -L${libdir} -lopus
+Libs.private: @LIBM@
+Cflags: -I${includedir}/opus
« no previous file with comments | « third_party/opus/src/opus-uninstalled.pc.in ('k') | third_party/opus/src/silk/A2NLSF.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698