summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-05-18 23:16:30 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-05-18 23:16:30 +0000
commit955495414e51fe1aff47e76d9fd18edcabd4e4d3 (patch)
tree0eb0535042386515ce950e45e13636271c3b09d0 /Makefile
parentaaf66caefd847a10eda1a3e742a54bdc627fcc58 (diff)
downloadmpv-955495414e51fe1aff47e76d9fd18edcabd4e4d3.tar.bz2
mpv-955495414e51fe1aff47e76d9fd18edcabd4e4d3.tar.xz
Replace hack to disable iconv conversion of messages with something more sane.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26831 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index bc13902034..46d59343f1 100644
--- a/Makefile
+++ b/Makefile
@@ -765,7 +765,7 @@ help_mp.h: help/help_mp-en.h $(HELP_FILE)
@echo '// See the help/ subdir for the editable files.' >> help_mp.h
@echo '#ifndef MPLAYER_HELP_MP_H' >> help_mp.h
@echo '#define MPLAYER_HELP_MP_H' >> help_mp.h
-ifeq ($(CHARSET),)
+ifeq ($(CHARSET),UTF-8)
@echo '#include "$(HELP_FILE)"' >> help_mp.h
else
iconv -f UTF-8 -t $(CHARSET) "$(HELP_FILE)" >> help_mp.h