[MPlayer-dev-eng] dxr3 compat patch

David Holm dholm at telia.com
Sat Dec 8 13:04:36 CET 2001


This patch is no longer needed and should be reversed if anyone applied 
it ....

David Holm wrote:

>Hi,
>here is a compatibility patch for configure. For dxr3 users
>
>
>------------------------------------------------------------------------
>
>--- main/configure	Wed Dec  5 00:10:59 2001
>+++ main.dev/configure	Wed Dec  5 18:52:47 2001
>@@ -1824,6 +1824,7 @@
>   _aosrc="$_aosrc ao_dxr3.c"
>   _vomodules="dxr3 $_vomodules"
>   _aomodules="dxr3 $_aomodules"
>+  _largefiles=yes
> else
>   _def_dxr3='#undef HAVE_DXR3'
> fi
>@@ -2545,7 +2546,7 @@
> # 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 "$_dxr3" = yes ; then
>     # dvdread support requires this (for off64_t)
>     CFLAGS="$CFLAGS -D_LARGEFILE64_SOURCE"
>   fi
>






More information about the MPlayer-dev-eng mailing list