projects
/
handbrake
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5f2cc09
)
LinGui: fix 32bit builds
author
jstebbins
<jstebbins.hb@gmail.com>
Wed, 13 May 2015 18:08:19 +0000
(18:08 +0000)
committer
jstebbins
<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
patch
|
blob
|
history
diff --git
a/gtk/configure.ac
b/gtk/configure.ac
index 7630351d2e1bd7feb1fa6bc86ec3cb4677d8cf53..5eeebedeb4f542002170a93b54267d68d520a824 100644
(file)
--- 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"