From ec00c6d652f6b8854b344ab3741cc90852d26487 Mon Sep 17 00:00:00 2001 From: John Emmas Date: Tue, 2 Dec 2014 19:08:12 +0000 Subject: [PATCH] Because we're building the gdk-pixbuf modules statically (i.e. no longer as DLLs) it's not necessary to edit the user's 'gdk-pixbuf.loaders' file (MSVC build only) --- gtk2_ardour/bundle_env_msvc.cc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/gtk2_ardour/bundle_env_msvc.cc b/gtk2_ardour/bundle_env_msvc.cc index afba402296..4c4102e74f 100644 --- a/gtk2_ardour/bundle_env_msvc.cc +++ b/gtk2_ardour/bundle_env_msvc.cc @@ -476,8 +476,10 @@ fixup_bundle_environment (int argc, char* argv[], const char** localedir) fixup_fonts_config(); fixup_clearlooks_config(); - fixup_pixbuf_loaders_config(); +#ifdef DLL_PIXBUF_LOADERS + fixup_pixbuf_loaders_config(); +#endif #ifdef DLL_PANGO_MODULES fixup_pango_config(); #endif