OSDN Git Service

Don't discard titles during scan just because of a read failure on one or more of...
[handbrake-jp/handbrake-jp-git.git] / configure
index 02cea51..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"
     ;;
 
@@ -94,6 +94,5 @@ EOF
 
 echo
 echo "To build HandBrake, run:"
-echo " './jamintel' on a Mac Intel,"
-echo " './jam' on a PPC Mac,"
+echo " './jam' on a Mac (or 'make' to try the UB build method),"
 echo " 'jam' on Linux or Windows."