Merge pull request #3164 from koying/fixdroiddvdiso
authorChris Browet <koying@semperpax.com>
Sun, 20 Oct 2013 15:00:08 +0000 (08:00 -0700)
committerChris Browet <koying@semperpax.com>
Sun, 20 Oct 2013 15:00:08 +0000 (08:00 -0700)
FIX: [droid] fix dvd playing on > 2Gb iso

1  2 
configure.in

diff --cc configure.in
@@@ -727,8 -701,10 +727,9 @@@ AC_SUBST([DARWIN_NATIVE_ARCH]
  
  if test "$target_platform" = "target_android" ; then
    USE_ANDROID=1
 -  use_texturepacker_native=yes
    webserver_checkdepends=yes
    CFLAGS="$CFLAGS -Wno-psabi"
+   DROID_DVDLIB_SEEK64="-D_FILE_OFFSET_BITS=64 -D_OFF_T_DEFINED_ -Doff_t=off64_t -Dlseek=lseek64"
    CXXFLAGS="$CXXFLAGS -Wno-psabi"
    AC_DEFINE(HAS_EGLGLES, [1], [Define if supporting EGL based GLES Framebuffer])
  fi