diff options
author | 2007-12-14 22:02:48 +0000 | |
---|---|---|
committer | 2007-12-14 22:02:48 +0000 | |
commit | 44a3623cfdc30f381fa1fb4fb8c99c2594b36535 (patch) | |
tree | 9ea09592aa83f800da114ca3592a45ede3346f9d /configure | |
parent | da9b0d3a24ba20f8ad20734569d204cf3ac2bbb7 (diff) |
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.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25400 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -218,7 +218,7 @@ Optional features: --disable-mplayer disable MPlayer compilation [enable] --enable-gui enable GMPlayer compilation (GTK+ GUI) [disable] --enable-gtk1 force using GTK 1.2 for the GUI [disable] - --enable-largefiles enable support for files > 2GB [disable] + --disable-largefiles disable support for files > 2GB [enable] --enable-linux-devfs set default devices to devfs [disable] --enable-termcap use termcap database for key codes [autodetect] --enable-termios use termios database for key codes [autodetect] @@ -634,7 +634,7 @@ _tga=yes _directfb=auto _zr=auto _bl=no -_largefiles=no +_largefiles=yes #_language=en _shm=auto _linux_devfs=no |