From c4a642b4648d486777af91ccc2894355df447089 Mon Sep 17 00:00:00 2001 From: prigaux Date: Tue, 6 Mar 2007 21:15:55 +0000 Subject: Merge the 5.1 branch into the trunk. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@422 b64f7644-9d1e-0410-96f1-a4d463321fa5 --- Makefile.config | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 Makefile.config (limited to 'Makefile.config') diff --git a/Makefile.config b/Makefile.config new file mode 100644 index 000000000..7cdf1dc1f --- /dev/null +++ b/Makefile.config @@ -0,0 +1,15 @@ +SNAP = $(shell echo $$SNAPSHOT) +ifeq ($(SNAP), 1) +HB_BUILD = $(shell date "+%Y%m%d")00 +HB_VERSION = 0.8.0s$(shell date "+%d") +else +HB_BUILD = $(shell date "+%Y%m%d")00 +HB_VERSION = "0.8.0b2" +endif +HB_DEFPPC = $(shell uname -a | grep ppc > /dev/null ; echo RES$$?) +ifeq ($(HB_DEFPPC), RES0) +HB_DEFPPC = "-DWORDS_BIGENDIAN" +else +HB_DEFPPC = +endif + -- cgit v1.2.3