]> granicus.if.org Git - handbrake/commitdiff
LinGui: fix 32bit builds
authorjstebbins <jstebbins.hb@gmail.com>
Wed, 13 May 2015 18:08:19 +0000 (18:08 +0000)
committerjstebbins <jstebbins.hb@gmail.com>
Wed, 13 May 2015 18:08:19 +0000 (18:08 +0000)
File operations on large files (e.g. stat) were failing.

git-svn-id: svn://svn.handbrake.fr/HandBrake/branches/0.10.x@7175 b64f7644-9d1e-0410-96f1-a4d463321fa5

gtk/configure.ac

index 7630351d2e1bd7feb1fa6bc86ec3cb4677d8cf53..5eeebedeb4f542002170a93b54267d68d520a824 100644 (file)
@@ -89,6 +89,8 @@ IT_PROG_INTLTOOL([0.35.0])
 
 AM_PROG_LIBTOOL
 
+AC_SYS_LARGEFILE
+
 case $host in
   *-*-mingw*)
     GHB_PACKAGES="gthread-2.0 gio-2.0 gmodule-2.0"