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

Side by Side 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, 9 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 | Annotate | Revision Log
« no previous file with comments | « opus-uninstalled.pc.in ('k') | opus_headers.mk » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # opus codec reference implementation pkg-config file 1 # Opus codec reference implementation pkg-config file
2 2
3 prefix=@prefix@ 3 prefix=@prefix@
4 exec_prefix=@exec_prefix@ 4 exec_prefix=@exec_prefix@
5 libdir=@libdir@ 5 libdir=@libdir@
6 includedir=@includedir@ 6 includedir=@includedir@
7 7
8 Name: Opus 8 Name: Opus
9 Description: Opus IETF low-latency audio codec 9 Description: Opus IETF audio codec (@PC_BUILD@ build)
10 URL: http://opus-codec.org/ 10 URL: http://opus-codec.org/
11 Version: @VERSION@ 11 Version: @VERSION@
12 Requires: 12 Requires:
13 Conflicts: 13 Conflicts:
14 Libs: -L${libdir} -lopus 14 Libs: -L${libdir} -lopus
15 Libs.private: @PC_LIBM@
15 Cflags: -I${includedir}/opus 16 Cflags: -I${includedir}/opus
OLDNEW
« 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