Mercurial > hg > vamp-plugin-sdk
annotate pkgconfig/vamp.pc.in @ 525:8c18bdaad04f c++11-mutex
Avoid simple static allocation of mutex, as it could lead to mutex being destroyed before last adapter that needs to use it (since adapters are usually also static)
author | Chris Cannam |
---|---|
date | Mon, 09 Sep 2019 10:24:13 +0100 |
parents | df32b473b9b6 |
children | db2cd87cef6f |
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@516 | 7 Version: 2.8 |
cannam@229 | 8 Description: An API for audio analysis and feature extraction plugins |
cannam@229 | 9 Libs: |
cannam@229 | 10 Cflags: -I${includedir} |