From 6af0f7d0238367470095867329474b5c20b90667 Mon Sep 17 00:00:00 2001 From: diego Date: Fri, 16 Mar 2007 22:22:02 +0000 Subject: Turn on largefile support for libdvdcss as well. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22642 b3059339-0415-0410-9bf9-f77b7e298cf2 --- configure | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/configure b/configure index f08d8555b6..b7037fd205 100755 --- a/configure +++ b/configure @@ -5270,6 +5270,7 @@ if test "$_libdvdcss_internal" = yes ; then _ld_extra="$_ld_extra -framework IOKit" fi _inputmodules="libdvdcss $_inputmodules" + _largefiles=yes else _noinputmodules="libdvdcss $_noinputmodules" fi @@ -7191,7 +7192,7 @@ fi # 64 bit file offsets? if test "$_largefiles" = yes || freebsd ; then CFLAGS="$CFLAGS -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64" - if test "$_dvdread" = yes ; then + if test "$_dvdread" = yes || test "$_libdvdcss_internal" = yes ; then # dvdread support requires this (for off64_t) CFLAGS="$CFLAGS -D_LARGEFILE64_SOURCE" fi -- cgit v1.2.3