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

Side by Side 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, 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-uninstalled.pc.in ('k') | third_party/opus/src/silk/A2NLSF.c » ('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 pkg-config file
2
3 prefix=@prefix@
4 exec_prefix=@exec_prefix@
5 libdir=@libdir@
6 includedir=@includedir@
7
8 Name: Opus
9 Description: Opus IETF audio codec (@PC_BUILD@ build)
10 URL: https://opus-codec.org/
11 Version: @VERSION@
12 Requires:
13 Conflicts:
14 Libs: -L${libdir} -lopus
15 Libs.private: @LIBM@
16 Cflags: -I${includedir}/opus
OLDNEW
« 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