0
0
mirror of https://github.com/mpv-player/mpv.git synced 2024-09-20 12:02:23 +02:00

r20650 inverted the gtk1 check before setting charset, this

disabling all charset conversions.
Fix to always use UTF-8 as default now.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20748 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
reimar 2006-11-07 17:21:34 +00:00
parent 543de42ae7
commit 9d3fe04dce

6
configure vendored
View File

@ -1677,7 +1677,7 @@ _largefiles=no
#_language=en
_shm=auto
_linux_devfs=no
#_charset=utf8
_charset="UTF-8"
_dynamic_plugins=no
_crash_debug=no
_sighandler=yes
@ -7065,10 +7065,6 @@ fi #if test "$_gui"
if test "$_charset" = "noconv" ; then
_charset=""
elif test -z "$_charset" ; then
if test "$_gtk1" = yes ; then
_charset="UTF-8"
fi
fi
if test "$_charset" ; then
_def_charset="#define MSG_CHARSET \"$_charset\""