From 721b73bc557e8e400ed5b02f23531064650ec105 Mon Sep 17 00:00:00 2001 From: Sven Weidauer Date: Mon, 7 Mar 2011 16:47:39 +0000 Subject: Using feature_enabled in Makefile.target to see if Apple ImageIO should be used. svn path=/trunk/netsurf/; revision=11931 --- Makefile.defaults | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile.defaults') diff --git a/Makefile.defaults b/Makefile.defaults index e84d2935d..daf30e2ba 100644 --- a/Makefile.defaults +++ b/Makefile.defaults @@ -379,9 +379,10 @@ ifeq ($(TARGET),cocoa) NETSURF_USE_MNG := NO NETSURF_USE_JPEG := NO + NETSURF_USE_IMAGEIO := YES # Optimisation levels - CFLAGS += -O2 -Wuninitialized -DWITH_APPLE_IMAGE + CFLAGS += -O2 -Wuninitialized endif -- cgit v1.2.3