summaryrefslogtreecommitdiffstats
path: root/contrib/x264/module.defs
diff options
context:
space:
mode:
authorjstebbins <[email protected]>2009-09-04 21:22:41 +0000
committerjstebbins <[email protected]>2009-09-04 21:22:41 +0000
commit74302fd6044b633bcd683bb8e6a0faa39d113732 (patch)
tree7413aab00083d7761723884a5733cfb2b2d98733 /contrib/x264/module.defs
parentb65acba4026ec467b8b699612033db005471862f (diff)
build system: add capability to build Leopard target from Snow Leopard Host
To configure for building Leopard target from Snow Leopard: configure --sysroot /Developer/SDKs/MacOSX10.5.sdk --minver 10.5 git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2806 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'contrib/x264/module.defs')
-rw-r--r--contrib/x264/module.defs4
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/x264/module.defs b/contrib/x264/module.defs
index cc6e1aca6..382bff46a 100644
--- a/contrib/x264/module.defs
+++ b/contrib/x264/module.defs
@@ -12,8 +12,8 @@ X264.CONFIGURE.extra = --disable-mp4-output
ifeq (1-mingw,$(BUILD.cross)-$(BUILD.system))
X264.CONFIGURE.extra += --enable-pthread --cross-prefix=$(BUILD.spec)-
- X264.CONFIGURE.env.CFLAGS = CFLAGS="-I$(call fn.ABSOLUTE,$(CONTRIB.build/)include) $(call fn.ARGS,X264.GCC,*archs ?extra)"
- X264.CONFIGURE.env.LDFLAGS = LDFLAGS=-L$(call fn.ABSOLUTE,$(CONTRIB.build/)lib)
+ X264.CONFIGURE.env.CFLAGS = CFLAGS="-I$(call fn.ABSOLUTE,$(CONTRIB.build/)include) $(call fn.ARGS,X264.GCC,*archs *sysroot *minver ?extra)"
+ X264.CONFIGURE.env.LDFLAGS = LDFLAGS="-L$(call fn.ABSOLUTE,$(CONTRIB.build/)lib) $(call fn.ARGS,X264.GCC,*archs *sysroot *minver)"
else
X264.CONFIGURE.extra += --enable-pthread
endif