summaryrefslogtreecommitdiffstats
path: root/libhb
diff options
context:
space:
mode:
authorprigaux <[email protected]>2007-03-24 08:18:22 +0000
committerprigaux <[email protected]>2007-03-24 08:18:22 +0000
commit007e079bead2c546ed08eda220e38674deccf6b2 (patch)
tree76145bb0384eb48bbea4ffe33d649f50088dd079 /libhb
parent8b52ee6aa9e51840bf0dffca39cd1f20b48a01a5 (diff)
Remove all libquicktime things
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@443 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'libhb')
-rw-r--r--libhb/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/libhb/Makefile b/libhb/Makefile
index d0d304315..902877561 100644
--- a/libhb/Makefile
+++ b/libhb/Makefile
@@ -17,7 +17,7 @@ ifeq ($(SYSTEM),NetBSD)
endif
ifeq ($(SYSTEM),Linux)
- SYSDEF = -DSYS_LINUX $(HB_DEFPPC)
+ SYSDEF = -DSYS_LINUX $(HB_DEFPPC) -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
LDFLAGS += -lpthread -lm -ldl
endif