summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-12-28 23:52:22 +0000
committerarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-12-28 23:52:22 +0000
commitdf1abf6c692e1cc1d8545cf616f76d6cbc674908 (patch)
tree6a7d6a2ce2a1cbc42e0d4371212765b6bb952b37 /configure
parenteb43171482f514629dc2ca4121fddddd4cb97771 (diff)
downloadmpv-df1abf6c692e1cc1d8545cf616f76d6cbc674908.tar.bz2
mpv-df1abf6c692e1cc1d8545cf616f76d6cbc674908.tar.xz
langauage list at --help fixed
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8630 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure8
1 files changed, 4 insertions, 4 deletions
diff --git a/configure b/configure
index a8af59a6bb..c29b7d9e5f 100755
--- a/configure
+++ b/configure
@@ -105,7 +105,7 @@ case `echo -n` in
*) _echo_n='-n ' _echo_c= ;; # BSD echo
esac
-LANGUAGES=`echo help/help_mp-??.h help/help_mp-??_??.h | sed "s/help_mp-\(..\).h/\1/g" |sed "s/help_mp-\(.....\).h/\1/g"`
+LANGUAGES=`echo help/help_mp-??.h help/help_mp-??_??.h | sed "s/help\/help_mp-\(..\).h/\1/g" |sed "s/help\/help_mp-\(.....\).h/\1/g"`
for parm in "$@" ; do
if test "$parm" = "--help" || test "$parm" = "-help" || test "$parm" = "-h" ; then
@@ -150,7 +150,7 @@ Optional features:
--disable-mpdvdkit Disable mpdvdkit/mpdvdkit2 support [autodetect]
--disable-css Disable old-style libcss DVD support [autodetect]
--disable-cdparanoia Disable cdparanoia support [autodetect]
- --enable-freetype Enable freetype2 font rendering support [disabled]
+ --disable-freetype Disable freetype2 font rendering support [autodetect]
--disable-unrarlib Disable Unique RAR File Library [enabled]
--disable-new-conf Disable new experimental config parser code [enabled]
--enable-menu Enable osd menu support (need new config) [disabled]
@@ -1034,7 +1034,7 @@ _sighandler=yes
_libdv=auto
_cdparanoia=auto
_big_endian=auto
-_freetype=no
+_freetype=auto
_shared_pp=no
_new_conf=yes
_menu=no
@@ -3567,7 +3567,7 @@ fi
echores "$_cdparanoia"
echocheck "freetype >= 2.0.9"
-if test "$_freetype" = yes ; then
+if test "$_freetype" = auto ; then
test -z "$_freetypeconfig" && _freetypeconfig='freetype-config'
if ( $_freetypeconfig --version ) >/dev/null 2>&1 ; then
cat > $TMPC << EOF