annotate vamp/vamp.pc.in @ 168:006a775133b1

* Re-do the way the v2 structure (with durations) is returned. I bungled backward compatibility -- I failed to spot the contiguous array returned from process()... duh. Also bump library versions.
author cannam
date Thu, 24 Jul 2008 16:50:11 +0000
parents 2403ae53b8a5
children
rev   line source
cannam@32 1 prefix=%PREFIX%
cannam@32 2 exec_prefix=${prefix}
cannam@32 3 libdir=${exec_prefix}/lib
cannam@32 4 includedir=${prefix}/include
cannam@32 5
cannam@32 6 Name: vamp
cannam@51 7 Version: 1.0
cannam@32 8 Description: An API for audio analysis and feature extraction plugins
cannam@32 9 Libs:
cannam@32 10 Cflags: -I${includedir}