Mercurial > hg > sv-dependency-builds
annotate src/opus-1.3/opus-uninstalled.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 uninstalled pkg-config file |
cannam@154 | 2 |
cannam@154 | 3 libdir=${pcfiledir}/.libs |
cannam@154 | 4 includedir=${pcfiledir} |
cannam@154 | 5 |
cannam@154 | 6 Name: opus uninstalled |
cannam@154 | 7 Description: Opus IETF audio codec (not installed, @PC_BUILD@) |
cannam@154 | 8 Version: @VERSION@ |
cannam@154 | 9 Requires: |
cannam@154 | 10 Conflicts: |
cannam@154 | 11 Libs: ${libdir}/libopus.la @LIBM@ |
cannam@154 | 12 Cflags: -I${pcfiledir}/@top_srcdir@/include |