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

Unified Diff: third_party/opus/src/opus-uninstalled.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.m4 ('k') | third_party/opus/src/opus.pc.in » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/opus/src/opus-uninstalled.pc.in
diff --git a/third_party/opus/src/opus-uninstalled.pc.in b/third_party/opus/src/opus-uninstalled.pc.in
new file mode 100644
index 0000000000000000000000000000000000000000..3f2d6744da8bd74295b44b12798b1ac30dbd5de0
--- /dev/null
+++ b/third_party/opus/src/opus-uninstalled.pc.in
@@ -0,0 +1,12 @@
+# Opus codec reference implementation uninstalled pkg-config file
+
+libdir=${pcfiledir}/.libs
+includedir=${pcfiledir}
+
+Name: opus uninstalled
+Description: Opus IETF audio codec (not installed, @PC_BUILD@)
+Version: @VERSION@
+Requires:
+Conflicts:
+Libs: ${libdir}/libopus.a @LIBM@
+Cflags: -I${pcfiledir}/@top_srcdir@/include
« no previous file with comments | « third_party/opus/src/opus.m4 ('k') | third_party/opus/src/opus.pc.in » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698