summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjstebbins <[email protected]>2015-05-13 18:08:19 +0000
committerjstebbins <[email protected]>2015-05-13 18:08:19 +0000
commita165343362b814edab1e879dd1a0a5048e5856e2 (patch)
treebfc7475107969f9566930f4159cac555b2e52cfe
parent5f2cc09cc333fbb42110dc37709549052caeba97 (diff)
LinGui: fix 32bit builds
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
-rw-r--r--gtk/configure.ac2
1 files changed, 2 insertions, 0 deletions
diff --git a/gtk/configure.ac b/gtk/configure.ac
index 7630351d2..5eeebedeb 100644
--- a/gtk/configure.ac
+++ b/gtk/configure.ac
@@ -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"