Mercurial > mplayer.hg
comparison configure @ 25372:9850c8b67ccc
Always enable largefile support by default
The largefile configure option was disabled by default, but the
enabled-by-default dvdread and dvdcss options force in on (dvdnav
code also tries to enable it, but sets the variable too late so that
is has no effect). Change configure to enable largefile support
independently of other options unless explicitly disabled.
author | uau |
---|---|
date | Fri, 14 Dec 2007 22:02:48 +0000 |
parents | f95cd1391ea0 |
children | 454ab8a40f1c |
comparison
equal
deleted
inserted
replaced
25371:657c63d001ae | 25372:9850c8b67ccc |
---|---|
216 Optional features: | 216 Optional features: |
217 --disable-mencoder disable MEncoder (A/V encoder) compilation [enable] | 217 --disable-mencoder disable MEncoder (A/V encoder) compilation [enable] |
218 --disable-mplayer disable MPlayer compilation [enable] | 218 --disable-mplayer disable MPlayer compilation [enable] |
219 --enable-gui enable GMPlayer compilation (GTK+ GUI) [disable] | 219 --enable-gui enable GMPlayer compilation (GTK+ GUI) [disable] |
220 --enable-gtk1 force using GTK 1.2 for the GUI [disable] | 220 --enable-gtk1 force using GTK 1.2 for the GUI [disable] |
221 --enable-largefiles enable support for files > 2GB [disable] | 221 --disable-largefiles disable support for files > 2GB [enable] |
222 --enable-linux-devfs set default devices to devfs [disable] | 222 --enable-linux-devfs set default devices to devfs [disable] |
223 --enable-termcap use termcap database for key codes [autodetect] | 223 --enable-termcap use termcap database for key codes [autodetect] |
224 --enable-termios use termios database for key codes [autodetect] | 224 --enable-termios use termios database for key codes [autodetect] |
225 --disable-iconv disable iconv for encoding conversion [autodetect] | 225 --disable-iconv disable iconv for encoding conversion [autodetect] |
226 --disable-langinfo do not use langinfo [autodetect] | 226 --disable-langinfo do not use langinfo [autodetect] |
632 _xvr100=auto | 632 _xvr100=auto |
633 _tga=yes | 633 _tga=yes |
634 _directfb=auto | 634 _directfb=auto |
635 _zr=auto | 635 _zr=auto |
636 _bl=no | 636 _bl=no |
637 _largefiles=no | 637 _largefiles=yes |
638 #_language=en | 638 #_language=en |
639 _shm=auto | 639 _shm=auto |
640 _linux_devfs=no | 640 _linux_devfs=no |
641 _charset="UTF-8" | 641 _charset="UTF-8" |
642 _dynamic_plugins=no | 642 _dynamic_plugins=no |