Mercurial > hg > sv-dependency-builds
annotate src/opus-1.3/opus.pc.in @ 169:223a55898ab9 tip default
Add null config files
author | Chris Cannam <cannam@all-day-breakfast.com> |
---|---|
date | Mon, 02 Mar 2020 14:03:47 +0000 |
parents | 4664ac0c1032 |
children |
rev | line source |
---|---|
cannam@154 | 1 # Opus codec reference implementation pkg-config file |
cannam@154 | 2 |
cannam@154 | 3 prefix=@prefix@ |
cannam@154 | 4 exec_prefix=@exec_prefix@ |
cannam@154 | 5 libdir=@libdir@ |
cannam@154 | 6 includedir=@includedir@ |
cannam@154 | 7 |
cannam@154 | 8 Name: Opus |
cannam@154 | 9 Description: Opus IETF audio codec (@PC_BUILD@ build) |
cannam@154 | 10 URL: https://opus-codec.org/ |
cannam@154 | 11 Version: @VERSION@ |
cannam@154 | 12 Requires: |
cannam@154 | 13 Conflicts: |
cannam@154 | 14 Libs: -L${libdir} -lopus |
cannam@154 | 15 Libs.private: @LIBM@ |
cannam@154 | 16 Cflags: -I${includedir}/opus |