Mercurial > mplayer.hg
comparison configure @ 14830:8260cd3c585c
--charset configure option to convert help messages charset
author | reimar |
---|---|
date | Sat, 26 Feb 2005 13:38:17 +0000 |
parents | 53d306774ce2 |
children | 8b9738526dd7 |
comparison
equal
deleted
inserted
replaced
14829:e76a8c56d81b | 14830:8260cd3c585c |
---|---|
283 --host-cc=COMPILER use this C compiler to build apps needed for the build process [gcc] | 283 --host-cc=COMPILER use this C compiler to build apps needed for the build process [gcc] |
284 --as=ASSEMBLER use this assembler to build MPlayer [as] | 284 --as=ASSEMBLER use this assembler to build MPlayer [as] |
285 --target=PLATFORM target platform (i386-linux, arm-linux, etc) | 285 --target=PLATFORM target platform (i386-linux, arm-linux, etc) |
286 --enable-static build a statically linked binary. Set further linking | 286 --enable-static build a statically linked binary. Set further linking |
287 options with --enable-static="-lslang -lncurses" | 287 options with --enable-static="-lslang -lncurses" |
288 --charset convert the help messages to this charset | |
288 --language=list a white space or comma separated list of languages | 289 --language=list a white space or comma separated list of languages |
289 for translated man pages, the first language is the | 290 for translated man pages, the first language is the |
290 primary and therefore used for translated messages | 291 primary and therefore used for translated messages |
291 and GUI (also the environment variable \$LINGUAS is | 292 and GUI (also the environment variable \$LINGUAS is |
292 honored) [en] | 293 honored) [en] |
1381 _bl=no | 1382 _bl=no |
1382 _largefiles=no | 1383 _largefiles=no |
1383 #_language=en | 1384 #_language=en |
1384 _shm=auto | 1385 _shm=auto |
1385 _linux_devfs=no | 1386 _linux_devfs=no |
1387 #_charset=utf8 | |
1386 _i18n=auto | 1388 _i18n=auto |
1387 _dynamic_plugins=no | 1389 _dynamic_plugins=no |
1388 _crash_debug=auto | 1390 _crash_debug=auto |
1389 _sighandler=yes | 1391 _sighandler=yes |
1390 _libdv=auto | 1392 _libdv=auto |
1680 --disable-macosx-finder-support) _macosx_finder_support=no ;; | 1682 --disable-macosx-finder-support) _macosx_finder_support=no ;; |
1681 | 1683 |
1682 --enable-sortsub) _sortsub=yes ;; | 1684 --enable-sortsub) _sortsub=yes ;; |
1683 --disable-sortsub) _sortsub=no ;; | 1685 --disable-sortsub) _sortsub=no ;; |
1684 | 1686 |
1687 --charset=*) | |
1688 _charset=`echo $ac_option | cut -d '=' -f 2` | |
1689 ;; | |
1685 --language=*) | 1690 --language=*) |
1686 _language=`echo $ac_option | cut -d '=' -f 2` | 1691 _language=`echo $ac_option | cut -d '=' -f 2` |
1687 ;; | 1692 ;; |
1688 # dvdnav disabled, it does not work | 1693 # dvdnav disabled, it does not work |
1689 # --with-libdvdnav=*) | 1694 # --with-libdvdnav=*) |
6647 INSTALL = $_install | 6652 INSTALL = $_install |
6648 # OPTFLAGS = -O4 $_profile $_debug $_march $_mcpu $_pipe -fomit-frame-pointer -ffast-math | 6653 # OPTFLAGS = -O4 $_profile $_debug $_march $_mcpu $_pipe -fomit-frame-pointer -ffast-math |
6649 EXTRA_INC = $_inc_extra $_inc_gtk | 6654 EXTRA_INC = $_inc_extra $_inc_gtk |
6650 OPTFLAGS = -I../libvo -I../../libvo $_inc_x11 $CFLAGS \$(EXTRA_INC) | 6655 OPTFLAGS = -I../libvo -I../../libvo $_inc_x11 $CFLAGS \$(EXTRA_INC) |
6651 STRIPBINARIES = $_stripbinaries | 6656 STRIPBINARIES = $_stripbinaries |
6657 CHARSET = $_charset | |
6652 HELP_FILE = $_mp_help | 6658 HELP_FILE = $_mp_help |
6653 | 6659 |
6654 PRG = $_prg | 6660 PRG = $_prg |
6655 PRG_MENCODER = $_prg_mencoder | 6661 PRG_MENCODER = $_prg_mencoder |
6656 | 6662 |