]> granicus.if.org Git - handbrake/commit
Fixes make building in OS X:
authorjbrjake <jb.rubin@gmail.com>
Fri, 18 Apr 2008 14:42:01 +0000 (14:42 +0000)
committerjbrjake <jb.rubin@gmail.com>
Fri, 18 Apr 2008 14:42:01 +0000 (14:42 +0000)
commit500e609ee627eeda225713b641338bc1567b6b70
treebd085504f8a6d17c4d99c9415831f816b3b9f221
parent245cc29464469372ac1e469ab7c93e5d7022e56b
Fixes make building in OS X:
- Switches default (snapshot) make target to use the Deployment Xcode target
- Makes it possible to jam contribs using make in OS X like is done in Linux
- This means no universal binaries from make, unless "make release" is used. That's the only time it uses the contrib download script. The snapshot target builds contribs locally.

To sum up: this now means that on a Mac, using:
make
....should be functionally equivalent to:
make clean; ./configure; ./jam

git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1430 b64f7644-9d1e-0410-96f1-a4d463321fa5
Makefile
contrib/Makefile