diff --git a/dpf b/dpf index 215fc23..1add41a 160000 --- a/dpf +++ b/dpf @@ -1 +1 @@ -Subproject commit 215fc2317efe822abf5eb545f422eedbb473693d +Subproject commit 1add41ad99e983e19d539efaa19842b5cfba3e10 diff --git a/src/override/Scene.cpp b/src/override/Scene.cpp index ea6b108..82f09e3 100644 --- a/src/override/Scene.cpp +++ b/src/override/Scene.cpp @@ -46,6 +46,10 @@ # undef DEBUG #endif +#ifdef STATIC_BUILD +# undef HAVE_LIBLO +#endif + #ifdef HAVE_LIBLO # include #endif