Mercurial > hg > sv-dependency-builds
annotate src/opusfile-0.9/opusurl.pc.in @ 164:9fa11135915a
This Mac compatibility fix appears to work, resolving SourceForge issue #273 Port Audio Fail on MacOS Catalina (10.15) - merging back
author | Chris Cannam <cannam@all-day-breakfast.com> |
---|---|
date | Thu, 31 Oct 2019 13:20:41 +0000 |
parents | 4664ac0c1032 |
children |
rev | line source |
---|---|
cannam@154 | 1 # opusurl installed 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: opusurl |
cannam@154 | 9 Description: High-level Opus decoding library, URL support |
cannam@154 | 10 Version: @PACKAGE_VERSION@ |
cannam@154 | 11 Requires: opusfile |
cannam@154 | 12 Requires.private: @openssl@ |
cannam@154 | 13 Conflicts: |
cannam@154 | 14 Libs: -L${libdir} -lopusurl |