Mercurial > mplayer.hg
comparison 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 |
comparison
equal
deleted
inserted
replaced
26798:148b4021c6f5 | 26799:06fa17a9ee01 |
---|---|
763 help_mp.h: help/help_mp-en.h $(HELP_FILE) | 763 help_mp.h: help/help_mp-en.h $(HELP_FILE) |
764 @echo '// WARNING! This is a generated file. Do NOT edit.' > help_mp.h | 764 @echo '// WARNING! This is a generated file. Do NOT edit.' > help_mp.h |
765 @echo '// See the help/ subdir for the editable files.' >> help_mp.h | 765 @echo '// See the help/ subdir for the editable files.' >> help_mp.h |
766 @echo '#ifndef MPLAYER_HELP_MP_H' >> help_mp.h | 766 @echo '#ifndef MPLAYER_HELP_MP_H' >> help_mp.h |
767 @echo '#define MPLAYER_HELP_MP_H' >> help_mp.h | 767 @echo '#define MPLAYER_HELP_MP_H' >> help_mp.h |
768 ifeq ($(CHARSET),) | 768 ifeq ($(CHARSET),UTF-8) |
769 @echo '#include "$(HELP_FILE)"' >> help_mp.h | 769 @echo '#include "$(HELP_FILE)"' >> help_mp.h |
770 else | 770 else |
771 iconv -f UTF-8 -t $(CHARSET) "$(HELP_FILE)" >> help_mp.h | 771 iconv -f UTF-8 -t $(CHARSET) "$(HELP_FILE)" >> help_mp.h |
772 endif | 772 endif |
773 @echo '#endif /* MPLAYER_HELP_MP_H */' >> help_mp.h | 773 @echo '#endif /* MPLAYER_HELP_MP_H */' >> help_mp.h |