]> granicus.if.org Git - handbrake/commitdiff
Debug Linux PPC build, send correct -D for Indeaness
authorprigaux <pri@nopapers.org>
Thu, 22 Feb 2007 18:09:52 +0000 (18:09 +0000)
committerprigaux <pri@nopapers.org>
Thu, 22 Feb 2007 18:09:52 +0000 (18:09 +0000)
git-svn-id: svn://svn.handbrake.fr/HandBrake/branches/0.8.0_beta2_5.1@401 b64f7644-9d1e-0410-96f1-a4d463321fa5

Makefile.config
libhb/Makefile

index b1e0f9c093d921f22b6785b67a42758d7894e3db..a77c707ac10fe9378bf766a5196e0d7591e77563 100644 (file)
@@ -1,2 +1,9 @@
 HB_BUILD = $(shell date "+%Y%m%d")00
 HB_VERSION = "0.8.0b2"
+HB_DEFPPC = $(shell uname -a | grep ppc > /dev/null ; echo RES$$?)
+ifeq ($(HB_DEFPPC), RES0)
+HB_DEFPPC = "-DWORDS_BIGENDIAN"
+else
+HB_DEFPPC = " "
+endif
+
index 0ab218bdbc4e5395960ce8f5e860db0e9e6046eb..72dd359fdbcb5d70def901ce1a330cac5f21bf9e 100644 (file)
@@ -17,7 +17,7 @@ ifeq ($(SYSTEM),NetBSD)
 endif
        
 ifeq ($(SYSTEM),Linux)
-       SYSDEF = -DSYS_LINUX
+       SYSDEF = -DSYS_LINUX $(HB_DEFPPC)
        LDFLAGS += -lpthread -lm -ldl
 endif
 
@@ -60,6 +60,7 @@ ifeq ($(SYSTEM),CYGWIN_NT-5.1)
 all: libhb.a libhb.dll
 else
 all: libhb.a libhb.so
+
 endif
 
 libhb.a: $(OBJS)