diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-10-13 12:31:48 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-10-13 12:31:48 +0100 |
| commit | ec9fef77094f5969d6c7452f1d03bcae745b30d1 (patch) | |
| tree | 293a59208f32a926a1e659b4661b79bbc115a4ba /src | |
| parent | e271f7ab5ff943f90e1443f72f914aa9332cd034 (diff) | |
Hopefully final solution to the OS X startup problem.
Diffstat (limited to 'src')
| -rw-r--r-- | src/lib/util.cc | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/lib/util.cc b/src/lib/util.cc index eebcf89af..b13d905bf 100644 --- a/src/lib/util.cc +++ b/src/lib/util.cc @@ -69,9 +69,6 @@ extern "C" { #ifdef DCPOMATIC_WINDOWS #include "stack.hpp" #endif -#ifdef DCPOMATIC_OSX -#include <ltdl.h> -#endif #include "i18n.h" @@ -288,8 +285,6 @@ dcpomatic_setup () */ boost::filesystem::path lib = app_contents (); lib /= "lib"; - std::cout << "adding search dir " << lib.c_str() << "\n"; -// lt_dladdsearchdir (lib.c_str ()); setenv ("LTDL_LIBRARY_PATH", lib.c_str (), 1); #endif |
