diff Makefile @ 26799:06fa17a9ee01

Replace hack to disable iconv conversion of messages with something more sane.
author diego
date Sun, 18 May 2008 23:16:30 +0000
parents 4fb30593ab3d
children 3ff3bd9bf0f9
line wrap: on
line diff
--- a/Makefile	Sun May 18 19:05:52 2008 +0000
+++ b/Makefile	Sun May 18 23:16:30 2008 +0000
@@ -765,7 +765,7 @@
 	@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