mirror of
https://github.com/cookiengineer/audacity
synced 2026-01-12 07:35:51 +01:00
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.
This commit is contained in:
@@ -126,7 +126,7 @@ libvamp
|
||||
-------
|
||||
Library to load and use VAMP plug-ins. http://www.vamp-plugins.org/
|
||||
Version in Audacity SVN: 2.5
|
||||
Patches: none
|
||||
Patches: fix-linkage-against-dl.patch: Fix linkage against dl for hostsdk library.
|
||||
Upstream Version: 2.5
|
||||
|
||||
libvorbis
|
||||
|
||||
Reference in New Issue
Block a user