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