ardour/libs/appleutility
Paul Davis a791cc5bf3 fix conditional macros used to set include file names for Mavericks+later vs. earlier OS X.
Apple's doc suggests using numerical values (e.g. 1090) rather than MAC_OS_X_VERSION_10_N because the symbol
may not be defined on earlier versions, causing the macro to work in odd ways. This is indeed what was
happening, so MAC_OS_X_VERSION_10_9 has been replaced with 1090 to allow building on earlier OS X systems.
2014-09-03 09:34:39 -04:00
..
AUOutputBL.cpp
AUOutputBL.h
AUParamInfo.cpp
AUParamInfo.h
CAAudioChannelLayout.cpp
CAAudioChannelLayout.h fixes for 98% of all the warnings/errors reported by OS X gcc on tiger 2011-09-30 17:55:14 +00:00
CAAudioChannelLayoutObject.cpp
CAAudioFile.cpp
CAAudioFile.h
CAAudioUnit.cpp fixes for 98% of all the warnings/errors reported by OS X gcc on tiger 2011-09-30 17:55:14 +00:00
CAAudioUnit.h
CAAUParameter.cpp
CAAUParameter.h
CABufferList.cpp
CABufferList.h
CACFDictionary.cpp
CACFDictionary.h
CACFNumber.cpp
CACFNumber.h
CACFString.cpp
CACFString.h
CAComponent.cpp fixes for 64 bit OS X build (c/o david robillard); tested on Lion & Tiger 2012-03-02 22:53:00 +00:00
CAComponent.h
CAComponentDescription.cpp
CAComponentDescription.h
CAConditionalMacros.h fix conditional macros used to set include file names for Mavericks+later vs. earlier OS X. 2014-09-03 09:34:39 -04:00
CADebugMacros.cpp
CADebugMacros.h
CAMath.h
CAReferenceCounted.h fixes for 98% of all the warnings/errors reported by OS X gcc on tiger 2011-09-30 17:55:14 +00:00
CAStreamBasicDescription.cpp
CAStreamBasicDescription.h
CAXException.cpp
CAXException.h
wscript use "portable" approach to forcing visible symbols in third party libs (qm-dsp, vamp-plugins, appleutility, clearlooks) 2014-01-17 13:19:42 -05:00