diff options
author | jstebbins <[email protected]> | 2015-05-13 18:08:19 +0000 |
---|---|---|
committer | jstebbins <[email protected]> | 2015-05-13 18:08:19 +0000 |
commit | a165343362b814edab1e879dd1a0a5048e5856e2 (patch) | |
tree | bfc7475107969f9566930f4159cac555b2e52cfe | |
parent | 5f2cc09cc333fbb42110dc37709549052caeba97 (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.ac | 2 |
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" |