1
0
mirror of https://github.com/mpv-player/mpv synced 2025-04-18 13:16:43 +00:00

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
This commit is contained in:
uau 2007-12-14 22:02:48 +00:00
parent da9b0d3a24
commit 44a3623cfd

4
configure vendored
View File

@ -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