Mercurial > hg > vamp-plugin-sdk
annotate pkgconfig/vamp.pc.in @ 326:ef1dc9963638
Update versions throughout
author | Chris Cannam |
---|---|
date | Thu, 24 Nov 2011 13:18:04 +0000 |
parents | bb29681a8b51 |
children | f9e13bc35b3e |
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@326 | 7 Version: 2.3 |
cannam@229 | 8 Description: An API for audio analysis and feature extraction plugins |
cannam@229 | 9 Libs: |
cannam@229 | 10 Cflags: -I${includedir} |