Mercurial > hg > sv-dependency-builds
annotate src/opus-1.3/opus-uninstalled.pc.in @ 158:fa7c54aeb697
Rebuild with --disable-stack-protector for mingw32
author | Chris Cannam <cannam@all-day-breakfast.com> |
---|---|
date | Fri, 25 Jan 2019 14:31:07 +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 |