From 5f4cf542808b6914743cd2e0709bd534b86bc679 Mon Sep 17 00:00:00 2001 From: phintuka Date: Sat, 13 Jan 2007 11:54:36 +0000 Subject: Added USE_ICONV to enable/disable iconv charset conversions --- Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 245a5d65..cb9d0fd8 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ # See the main source file 'xineliboutput.c' for copyright information and # how to reach the author. # -# $Id: Makefile,v 1.18 2007-01-06 03:23:11 phintuka Exp $ +# $Id: Makefile,v 1.19 2007-01-13 11:54:36 phintuka Exp $ # # The official name of this plugin. @@ -43,6 +43,7 @@ endif # Override configuration here or in ../../../Make.config # +USE_ICONV = 1 #XINELIBOUTPUT_X11 = 1 #XINELIBOUTPUT_FB = 1 #XINELIBOUTPUT_XINEPLUGIN = 1 @@ -199,6 +200,9 @@ ifeq ($(ENABLE_TEST_POSTPLUGINS), 1) DEFINES += -DENABLE_TEST_POSTPLUGINS endif +ifdef USE_ICONV + DEFINES += -DUSE_ICONV=$(USE_ICONV) +endif ifdef NOSIGNAL_IMAGE_FILE DEFINES += -DNOSIGNAL_IMAGE_FILE='"$(NOSIGNAL_IMAGE_FILE)"' endif -- cgit v1.2.3