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

Side by Side 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, 4 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 unified diff | 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 »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 # Opus codec reference implementation uninstalled pkg-config file
2
3 libdir=${pcfiledir}/.libs
4 includedir=${pcfiledir}
5
6 Name: opus uninstalled
7 Description: Opus IETF audio codec (not installed, @PC_BUILD@)
8 Version: @VERSION@
9 Requires:
10 Conflicts:
11 Libs: ${libdir}/libopus.a @LIBM@
12 Cflags: -I${pcfiledir}/@top_srcdir@/include
OLDNEW
« 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