diff options
author | phintuka <phintuka> | 2010-11-23 13:21:06 +0000 |
---|---|---|
committer | phintuka <phintuka> | 2010-11-23 13:21:06 +0000 |
commit | bc3bd90d6e10f29216a62981f47f674114013a01 (patch) | |
tree | 09811c4cef7a81febb16af6fbbd53549783ba358 | |
parent | 5fb4b8a4c5984609cb248bf1b3108b1a905d82e8 (diff) | |
download | xineliboutput-bc3bd90d6e10f29216a62981f47f674114013a01.tar.gz xineliboutput-bc3bd90d6e10f29216a62981f47f674114013a01.tar.bz2 |
configure: added an option to disable i18n support
(Thanks to Christian Ruppert)
-rwxr-xr-x | configure | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -7,7 +7,7 @@ # See the main source file 'xineliboutput.c' for copyright information and # how to reach the author. # -# * $Id: configure,v 1.28 2010-10-19 11:59:20 phintuka Exp $ +# * $Id: configure,v 1.29 2010-11-23 13:21:06 phintuka Exp $ # PKG_CONFIG="pkg-config" @@ -236,11 +236,12 @@ FEATURES=" xshape opengl vdpau + i18n " # set defaults -enable x11 vdr fb xine +enable x11 vdr fb xine i18n # clear log file @@ -271,6 +272,7 @@ show_help(){ echo " --disable-xshape disable Xshape support (non-transparent HUD OSD without composite manager) [no]" echo " --disable-opengl disable OpenGL support (transparent HUD OSD without composite manager) [no]" echo " --disable-vdpau disable VDPAU support (X11) [no]" + echo " --disable-i18n disable i18n support [no]" echo echo " --debug debug configure script" echo " --disable-pkgconfig do not use pkg-config" |