DPF

DISTRHO Plugin Framework
Log | Files | Refs | Submodules | README | LICENSE

commit 0ceb33b004515cbd24f4635344d118fe57942448
parent 4c3550366de6f5fff6b7267d8eae94cff2fe8261
Author: falkTX <falktx@gmail.com>
Date:   Sat,  5 Mar 2016 18:27:03 +0100

Fix OSX build

Diffstat:
Mdistrho/DistrhoUtils.hpp | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/distrho/DistrhoUtils.hpp b/distrho/DistrhoUtils.hpp @@ -33,7 +33,7 @@ # include <stdint.h> #endif -#if defined(DISTRHO_OS_MAC) && ! defined(CARLA_OS_MAC) +#if defined(DISTRHO_OS_MAC) && ! defined(CARLA_OS_MAC) && ! defined(DISTRHO_PROPER_CPP11_SUPPORT) namespace std { inline float fmin(float __x, float __y) { return __builtin_fminf(__x, __y); }