summaryrefslogtreecommitdiff
path: root/gtk2_ardour/bundle_env_msvc.cc
diff options
context:
space:
mode:
authorJohn Emmas <johne53@tiscali.co.uk>2014-12-02 19:08:12 +0000
committerJohn Emmas <johne53@tiscali.co.uk>2014-12-02 19:08:12 +0000
commitec00c6d652f6b8854b344ab3741cc90852d26487 (patch)
tree989fa2eddae7718a772432c30cf2abe27399ad8e /gtk2_ardour/bundle_env_msvc.cc
parent94b26cd9af4e7d7761a15d78b5c5c3fbb3b24208 (diff)
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)
Diffstat (limited to 'gtk2_ardour/bundle_env_msvc.cc')
-rw-r--r--gtk2_ardour/bundle_env_msvc.cc4
1 files changed, 3 insertions, 1 deletions
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