annotate pkgconfig/vamp.pc.in @ 313:b570254e70a0

* Don't use 10.4 SDK any more... it's too troublesome on 10.6 * Add a note indicating you can still build even if you don't have libsndfile
author Chris Cannam
date Mon, 07 Mar 2011 13:59:27 +0000
parents ebc47e614cf5
children bb29681a8b51
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
cannam@307 7 Version: 2.2
cannam@229 8 Description: An API for audio analysis and feature extraction plugins
cannam@229 9 Libs:
cannam@229 10 Cflags: -I${includedir}