summaryrefslogtreecommitdiffstats
path: root/macosx
diff options
context:
space:
mode:
authorjstebbins <[email protected]>2009-09-24 16:30:19 +0000
committerjstebbins <[email protected]>2009-09-24 16:30:19 +0000
commit34a52465b44f6997047809ea9f123587831cd535 (patch)
treea67f2b2c55ffacbac3407e7a1bf4cded99ca73a5 /macosx
parent0f5140c1d05969ef64be8838602cb98732a0932d (diff)
bump x264 to r1271
make changes required by the x264 api change fix some build issues that the x264 bump exposed git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2836 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'macosx')
-rw-r--r--macosx/module.defs2
1 files changed, 1 insertions, 1 deletions
diff --git a/macosx/module.defs b/macosx/module.defs
index 725fdfc36..d92160f93 100644
--- a/macosx/module.defs
+++ b/macosx/module.defs
@@ -15,7 +15,7 @@ MACOSX.targs = HandBrakeCLI HandBrake
## configuration pattern: (standard|debug)[.ARCH]
## eg. for native build, no debug --> standard
## eg. for x86_64 build with debug of any level --> debug.x86_64
-MACOSX.conf = $(MACOSX.map.g.$(MACOSX.GCC.g))$(if $(filter 1,$(BUILD.cross)),.$(BUILD.arch))
+MACOSX.conf = $(MACOSX.map.g.$(MACOSX.GCC.g)).$(BUILD.arch)
## this is a mapping to determine which basename config to use in xcodeproj
MACOSX.map.g.none = standard