Mercurial > hg > vamp-plugin-sdk
annotate pkgconfig/vamp.pc.in @ 537:b9422f3e63a4
Update library URI so as not to be document-local
author | Chris Cannam |
---|---|
date | Wed, 22 Apr 2020 14:23:51 +0100 |
parents | db2cd87cef6f |
children | 15a89a89aa9b |
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@528 | 7 Version: 2.9 |
cannam@229 | 8 Description: An API for audio analysis and feature extraction plugins |
cannam@229 | 9 Libs: |
cannam@229 | 10 Cflags: -I${includedir} |