Mercurial > hg > sv-dependency-builds
comparison src/opus-1.3/opus.pc.in @ 69:7aeed7906520
Add Opus sources and macOS builds
author | Chris Cannam |
---|---|
date | Wed, 23 Jan 2019 13:48:08 +0000 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
68:85d5306e114e | 69:7aeed7906520 |
---|---|
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 |