mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-12 21:33:32 +02:00
Patch from Leonardo M. Ramé, updates the ImageMagick library name in UNIXes
git-svn-id: trunk@16088 -
This commit is contained in:
parent
8b21987df2
commit
7961fec295
@ -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"
|
||||||
|
Loading…
Reference in New Issue
Block a user