OSDN Git Service

MacGui: Auto resize picture window to reflect proper anamorphic size in the Picture...
[handbrake-jp/handbrake-jp-git.git] / configure
index 1658193..ae0d0ba 100755 (executable)
--- a/configure
+++ b/configure
@@ -47,7 +47,7 @@ case $SYSTEM in
     ;;
 
   Linux)
-    DEFINES="$DEFINES SYS_LINUX USE_PTHREAD"
+    DEFINES="$DEFINES SYS_LINUX USE_PTHREAD _LARGEFILE_SOURCE _FILE_OFFSET_BITS=64"
     LINKLIBS="$LINKLIBS -lpthread"
     ;;
 
@@ -93,4 +93,6 @@ LINKLIBS = $LINKLIBS ;
 EOF
 
 echo
-echo "To build HandBrake, run 'jam'."
+echo "To build HandBrake, run:"
+echo " './jam' on a Mac (or 'make' to try the UB build method),"
+echo " 'jam' on Linux or Windows."