[MPlayer-cvslog] r25400 - trunk/configure
uau
subversion at mplayerhq.hu
Fri Dec 14 23:02:48 CET 2007
Author: uau
Date: Fri Dec 14 23:02:48 2007
New Revision: 25400
Log:
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.
Modified:
trunk/configure
Modified: trunk/configure
==============================================================================
--- trunk/configure (original)
+++ trunk/configure Fri Dec 14 23:02:48 2007
@@ -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
More information about the MPlayer-cvslog
mailing list