diff options
author | prigaux <[email protected]> | 2007-03-24 08:18:22 +0000 |
---|---|---|
committer | prigaux <[email protected]> | 2007-03-24 08:18:22 +0000 |
commit | 007e079bead2c546ed08eda220e38674deccf6b2 (patch) | |
tree | 76145bb0384eb48bbea4ffe33d649f50088dd079 /libhb | |
parent | 8b52ee6aa9e51840bf0dffca39cd1f20b48a01a5 (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/Makefile | 2 |
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 |