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

Side by Side Diff: opus-uninstalled.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.m4 ('k') | 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
1 # opus codec reference implementation uninstalled pkg-config file 1 # Opus codec reference implementation uninstalled pkg-config file
2 2
3 libdir=${pcfiledir}/.libs 3 libdir=${pcfiledir}/.libs
4 includedir=${pcfiledir} 4 includedir=${pcfiledir}
5 5
6 Name: opus uninstalled 6 Name: opus uninstalled
7 Description: Opus IETF audio codec (not installed) 7 Description: Opus IETF audio codec (not installed, @PC_BUILD@)
8 Version: @VERSION@ 8 Version: @VERSION@
9 Requires: 9 Requires:
10 Conflicts: 10 Conflicts:
11 Libs: ${libdir}/libopus.a 11 Libs: ${libdir}/libopus.a @PC_LIBM@
12 Cflags: -I${includedir}/include 12 Cflags: -I${pcfiledir}/@top_srcdir@/include
OLDNEW
« no previous file with comments | « opus.m4 ('k') | opus.pc.in » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698