1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-05-09 16:21:02 +02:00

4 Commits

Author SHA1 Message Date
benjamin.drung@gmail.com
c2a15f6df6 libvamp: Fix all target to not build disabled targets.
The all target should not try to build targets that are disabled by configure.
Otherwise make will try to build the programs (even if you disabled them) and
fail if libsndfile was not found.

We will need a working all target when we want to use automake for Audacity.
2013-11-18 14:35:39 +00:00
benjamin.drung@gmail.com
da736f9f44 libvamp: Fix linkage against dl for hostsdk library.
src/vamp-hostsdk/PluginLoader.cpp uses the dlopen function. On some platforms
you have to link against dl for this function. configure checks for dlopen
and adds -ldl to LIBS if you have to link against dl. We need to pass this
LIBS variable when linking the hostsdk library.
2013-11-18 14:26:44 +00:00
lllucius
6fef6dd8b4 Update libvamp to 2.5. 2013-10-31 06:33:59 +00:00
ra
58caf78a86 Move library tree where it belongs 2010-01-24 09:19:39 +00:00