Mercurial > hg > vamp-plugin-sdk
view pkgconfig/vamp-hostsdk.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 |
line wrap: on
line source
prefix=%PREFIX% exec_prefix=${prefix} libdir=${exec_prefix}/lib includedir=${prefix}/include Name: vamp-hostsdk Version: 2.8 Description: Development library for Vamp audio analysis plugin hosts Libs: -L${libdir} -lvamp-hostsdk -ldl Cflags: -I${includedir}