mirror of
https://github.com/mpv-player/mpv
synced 2025-01-01 04:36:24 +01:00
remove charset files (all of them are in UTF-8 now anyway)
change build system accordingly git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20650 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
157b4b952e
commit
630302ad63
2
Makefile
2
Makefile
@ -443,7 +443,7 @@ help_mp.h: help/help_mp-en.h $(HELP_FILE)
|
||||
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)
|
||||
|
8
configure
vendored
8
configure
vendored
@ -7151,8 +7151,6 @@ if test "$_charset" = "noconv" ; then
|
||||
_charset=""
|
||||
elif test -z "$_charset" ; then
|
||||
if test "$_gtk1" = yes ; then
|
||||
_charset=`cat ${_mp_help}.charset`
|
||||
else
|
||||
_charset="UTF-8"
|
||||
fi
|
||||
fi
|
||||
@ -7162,18 +7160,18 @@ else
|
||||
_def_charset="#undef MSG_CHARSET"
|
||||
fi
|
||||
|
||||
if test "$_charset" = `cat ${_mp_help}.charset` ; then
|
||||
if test "$_charset" = "UTF-8" ; then
|
||||
# hack to disable conversion in the Makefile
|
||||
_charset=""
|
||||
fi
|
||||
|
||||
if test "$_charset" ; then
|
||||
echocheck "iconv program"
|
||||
iconv -f `cat ${_mp_help}.charset` -t $_charset ${_mp_help} > /dev/null 2>> "$TMPLOG"
|
||||
iconv -f UTF-8 -t $_charset ${_mp_help} > /dev/null 2>> "$TMPLOG"
|
||||
if test "$?" -ne 0 ; then
|
||||
echores "no"
|
||||
echo "No working iconv program found, use "
|
||||
echo "--charset=`cat ${_mp_help}.charset` to continue anyway."
|
||||
echo "--charset=UTF-8 to continue anyway."
|
||||
echo "If you also have problems with iconv library functions use --charset=noconv."
|
||||
echo "Messages in the GTK-2 interface will be broken then."
|
||||
exit 1
|
||||
|
@ -1 +0,0 @@
|
||||
UTF-8
|
@ -1 +0,0 @@
|
||||
UTF-8
|
@ -1 +0,0 @@
|
||||
UTF-8
|
@ -1 +0,0 @@
|
||||
UTF-8
|
@ -1 +0,0 @@
|
||||
UTF-8
|
@ -1 +0,0 @@
|
||||
UTF-8
|
@ -1 +0,0 @@
|
||||
UTF-8
|
@ -1 +0,0 @@
|
||||
UTF-8
|
@ -1 +0,0 @@
|
||||
UTF-8
|
@ -1 +0,0 @@
|
||||
UTF-8
|
@ -1 +0,0 @@
|
||||
UTF-8
|
@ -1 +0,0 @@
|
||||
UTF-8
|
@ -1 +0,0 @@
|
||||
UTF-8
|
@ -1 +0,0 @@
|
||||
UTF-8
|
@ -1 +0,0 @@
|
||||
UTF-8
|
@ -1 +0,0 @@
|
||||
UTF-8
|
@ -1 +0,0 @@
|
||||
UTF-8
|
@ -1 +0,0 @@
|
||||
UTF-8
|
@ -1 +0,0 @@
|
||||
UTF-8
|
@ -1 +0,0 @@
|
||||
UTF-8
|
@ -1 +0,0 @@
|
||||
UTF-8
|
@ -1 +0,0 @@
|
||||
UTF-8
|
@ -1 +0,0 @@
|
||||
UTF-8
|
@ -1 +0,0 @@
|
||||
UTF-8
|
@ -1 +0,0 @@
|
||||
UTF-8
|
Loading…
Reference in New Issue
Block a user