diff options
author | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2009-01-16 16:51:30 +0000 |
---|---|---|
committer | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2009-01-16 16:51:30 +0000 |
commit | e369f8281863325279b525a45caabb0e37578b94 (patch) | |
tree | fe7a615ce62d059cf15c23050ec0382e35c7340c | |
parent | 12c7e7c0bc554781b5785f803755caa6054dc572 (diff) | |
download | xine-lib-e369f8281863325279b525a45caabb0e37578b94.tar.gz xine-lib-e369f8281863325279b525a45caabb0e37578b94.tar.bz2 |
Back out MagickGetAuthenticPixels fix; causes FTBFS.
-rw-r--r-- | src/libxinevdec/image.c | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/src/libxinevdec/image.c b/src/libxinevdec/image.c index a4d09a63c..51e5d0309 100644 --- a/src/libxinevdec/image.c +++ b/src/libxinevdec/image.c @@ -50,15 +50,6 @@ #include "xineutils.h" #include "bswap.h" -/* In 6.4.5.4 MagickGetImagePixels changed to MagickGetAuthenticPixels - * But upstream did not update their deprecated compat stuff. - * So do a fun hack to make it work. - * - 2008/11/26 Robin H. Johnson <robbat2@gentoo.org> - */ -#if MagickLibVersion >= 0x645 -#define MagickGetImagePixels MagickGetAuthenticPixels -#endif - typedef struct { video_decoder_class_t decoder_class; |