[MPlayer-cvslog] CVS: main configure,1.1140,1.1141
Reimar Döffinger CVS
syncmail at mplayerhq.hu
Wed Mar 8 21:27:50 CET 2006
CVS change done by Reimar Döffinger CVS
Update of /cvsroot/mplayer/main
In directory mail:/var2/tmp/cvs-serv22207
Modified Files:
configure
Log Message:
UTF-8 is used everywhere else and seems to be more portable than utf8 (FreeBSD)
Index: configure
===================================================================
RCS file: /cvsroot/mplayer/main/configure,v
retrieving revision 1.1140
retrieving revision 1.1141
diff -u -r1.1140 -r1.1141
--- configure 8 Mar 2006 19:56:47 -0000 1.1140
+++ configure 8 Mar 2006 20:27:47 -0000 1.1141
@@ -6964,7 +6964,7 @@
if test "$_gtk1" = yes ; then
_charset=`cat ${_mp_help}.charset`
else
- _charset=utf8
+ _charset="UTF-8"
fi
fi
if test "$_charset" ; then
More information about the MPlayer-cvslog
mailing list