diff options
author | jstebbins <[email protected]> | 2009-09-24 16:30:19 +0000 |
---|---|---|
committer | jstebbins <[email protected]> | 2009-09-24 16:30:19 +0000 |
commit | 34a52465b44f6997047809ea9f123587831cd535 (patch) | |
tree | a67f2b2c55ffacbac3407e7a1bf4cded99ca73a5 /macosx | |
parent | 0f5140c1d05969ef64be8838602cb98732a0932d (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.defs | 2 |
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 |