Mercurial > mplayer.hg
comparison configure @ 17772:0d7cc103ed1e
Automaticall convert message to console charset, use utf8 for GTK2 Gui
author | reimar |
---|---|
date | Wed, 08 Mar 2006 12:45:48 +0000 |
parents | 4c4f5c73c152 |
children | dca06252af6c |
comparison
equal
deleted
inserted
replaced
17771:af02066c0706 | 17772:0d7cc103ed1e |
---|---|
6956 _def_gui='#undef HAVE_NEW_GUI' | 6956 _def_gui='#undef HAVE_NEW_GUI' |
6957 _def_gtk2_gui='#undef HAVE_GTK2_GUI' | 6957 _def_gtk2_gui='#undef HAVE_GTK2_GUI' |
6958 fi | 6958 fi |
6959 # --------------- GUI specific tests end ------------------- | 6959 # --------------- GUI specific tests end ------------------- |
6960 | 6960 |
6961 if test "$_charset" = "noconv" ; then | |
6962 _charset="" | |
6963 elif test -z "$_charset" ; then | |
6964 if test "$_gtk1" = yes ; then | |
6965 _charset=`cat ${_mp_help}.charset` | |
6966 else | |
6967 _charset=utf8 | |
6968 fi | |
6969 fi | |
6970 if test "$_charset" ; then | |
6971 _def_charset="#define MSG_CHARSET \"$_charset\"" | |
6972 else | |
6973 _def_charset="#undef MSG_CHARSET" | |
6974 fi | |
6961 | 6975 |
6962 | 6976 |
6963 ############################################################################# | 6977 ############################################################################# |
6964 | 6978 |
6965 # Checking for CFLAGS | 6979 # Checking for CFLAGS |
7402 #define MPLAYER_CONFIG_H 1 | 7416 #define MPLAYER_CONFIG_H 1 |
7403 | 7417 |
7404 /* use GNU internationalization */ | 7418 /* use GNU internationalization */ |
7405 $_def_i18n | 7419 $_def_i18n |
7406 | 7420 |
7421 /* name of messages charset */ | |
7422 $_def_charset | |
7423 | |
7407 /* Runtime CPU detection */ | 7424 /* Runtime CPU detection */ |
7408 $_def_runtime_cpudetection | 7425 $_def_runtime_cpudetection |
7409 | 7426 |
7410 /* Dynamic a/v plugins */ | 7427 /* Dynamic a/v plugins */ |
7411 $_def_dynamic_plugins | 7428 $_def_dynamic_plugins |