From 294e778e92f66570eea390686ba1189bb6821adb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ville=20Skytt=C3=A4?= Date: Mon, 13 Jul 2009 08:32:29 +0300 Subject: Compile internal image quantizing code only in Imlib2 builds. --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 51a403e..288c72f 100644 --- a/Makefile +++ b/Makefile @@ -58,7 +58,7 @@ PACKAGE = vdr-$(ARCHIVE) OBJS = $(PLUGIN).o loader.o display.o render.o common.o bitmap.o \ file.o i18n.o theme.o cache.o setup.o status.o scroller.o screen.o \ - menu.o font.o quantize.o \ + menu.o font.o \ \ xml/skin.o xml/parser.o xml/string.o xml/object.o xml/function.o \ xml/type.o xml/display.o xml/xml.o @@ -73,6 +73,7 @@ ifdef HAVE_IMLIB2 DEFINES += -DHAVE_IMLIB2 INCLUDES += $(shell pkg-config --cflags imlib2) LIBS += $(shell pkg-config --libs imlib2) + OBJS += quantize.o endif ifdef HAVE_IMAGEMAGICK -- cgit v1.2.3