Mercurial > hg > vamp-plugin-sdk
annotate pkgconfig/vamp.pc.in @ 513:4b619c5871ee
Use VAMP_PATH_32 environment variable instead of VAMP_PATH, when running in a 32-bit process within 64-bit Windows (WoW64)
author | Chris Cannam |
---|---|
date | Mon, 11 Jun 2018 11:31:47 +0100 |
parents | 2dbb3f920abc |
children | df32b473b9b6 |
rev | line source |
---|---|
cannam@229 | 1 prefix=%PREFIX% |
cannam@229 | 2 exec_prefix=${prefix} |
cannam@229 | 3 libdir=${exec_prefix}/lib |
cannam@229 | 4 includedir=${prefix}/include |
cannam@229 | 5 |
cannam@229 | 6 Name: vamp |
Chris@495 | 7 Version: 2.7.1 |
cannam@229 | 8 Description: An API for audio analysis and feature extraction plugins |
cannam@229 | 9 Libs: |
cannam@229 | 10 Cflags: -I${includedir} |