Mercurial > mplayer.hg
diff Makefile @ 20634:32b693286d0b
remove charset files (all of them are in UTF-8 now anyway)
change build system accordingly
author | kraymer |
---|---|
date | Fri, 03 Nov 2006 21:52:35 +0000 |
parents | 1a4fcea7ab53 |
children | 9ed557ae1383 |
line wrap: on
line diff
--- a/Makefile Fri Nov 03 21:40:13 2006 +0000 +++ b/Makefile Fri Nov 03 21:52:35 2006 +0000 @@ -443,7 +443,7 @@ ifeq ($(CHARSET),) @echo '#include "$(HELP_FILE)"' >> help_mp.h else - iconv -f `cat $(HELP_FILE).charset` -t $(CHARSET) "$(HELP_FILE)" >> help_mp.h + iconv -f UTF-8 -t $(CHARSET) "$(HELP_FILE)" >> help_mp.h endif ifneq ($(HELP_FILE),help/help_mp-en.h)