Browse Source

Patch from Leonardo M. Ramé, updates the ImageMagick library name in UNIXes

git-svn-id: trunk@16088 -
sekelsenmat 15 years ago
parent
commit
7961fec295
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/imagemagick/src/imagemagick.pas

+ 1 - 1
packages/imagemagick/src/imagemagick.pas

@@ -47,7 +47,7 @@ const
   WandExport = 'CORE_RL_wand_.dll';
   WandExport = 'CORE_RL_wand_.dll';
 {$else}
 {$else}
   MagickExport = 'libMagickCore';
   MagickExport = 'libMagickCore';
-  WandExport = 'libWand';
+  WandExport = 'libMagickWand'; // Previous ImageMagick versions used 'libWand'
 {$endif}
 {$endif}
 
 
 {# include "magick/methods.h"
 {# include "magick/methods.h"