diff options
Diffstat (limited to 'source/xap/xine-lib/xine-lib-imagemagick7.patch')
-rw-r--r-- | source/xap/xine-lib/xine-lib-imagemagick7.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/source/xap/xine-lib/xine-lib-imagemagick7.patch b/source/xap/xine-lib/xine-lib-imagemagick7.patch new file mode 100644 index 00000000..34062222 --- /dev/null +++ b/source/xap/xine-lib/xine-lib-imagemagick7.patch @@ -0,0 +1,13 @@ +http://git.pld-linux.org/?p=packages/xine-lib.git;a=blob;f=imagemagick7.patch;h=d050323cdf509c9bb5f8edbad90084e8ce5c1b38;hb=HEAD + +--- xine-lib-1.2.6/src/video_dec/image.c ++++ xine-lib-1.2.6/src/video_dec/image.c +@@ -39,7 +39,7 @@ + #define LOG + */ + +-#include <wand/magick_wand.h> ++#include <MagickWand/MagickWand.h> + #ifdef PACKAGE_NAME + #undef PACKAGE_BUGREPORT + #undef PACKAGE_NAME |