mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-23 07:06:23 +01:00
add macro for MAC_OS_X_VERSION_MIN_REQUIRED to avoid issues on ppc builds; include VECLIB optimizations on leopard too, add lib dependencies/links for vamp + FFTW
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2976 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
3b0e89d43c
commit
f52dee5a8b
2 changed files with 8 additions and 3 deletions
|
|
@ -22,6 +22,8 @@ vamp-sdk/RealTime.cpp
|
|||
Import('env install_prefix libraries')
|
||||
vampsdk = env.Copy()
|
||||
|
||||
vampsdk.Merge ([libraries['fftw3'], libraries['fftw3f']])
|
||||
|
||||
# HAVE_FFTW3 is used to help improve some performance aspects of VAMP's InputDomainAdapter
|
||||
|
||||
vampsdk.Append (CPPATH='#libs/vamp-sdk/vamp', CXXFLAGS="-Ilibs/vamp-sdk -DHAVE_FFTW3")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue