BuildSystem: cleanup some makefile debug residuals and fix module bzip2 always-out-of-date condition.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2268
b64f7644-9d1e-0410-96f1-
a4d463321fa5
BZIP2.FETCH.url = http://download.m0k.org/handbrake/contrib/bzip2-1.0.5.tar.gz
BZIP2.EXTRACT.tarbase = bzip2
-BZIP2.CONFIGURE =
+BZIP2.CONFIGURE = $(TOUCH.exe) $@
BZIP2.BUILD.extra = \
CC=$(BZIP2.GCC.gcc) \
-diff -Naur faac2/include/faac.h faac3/include/faac.h
---- faac/include/faac.h 2004-07-04 13:12:06.000000000 +0100
-+++ faac/include/faac.h 2008-08-17 19:56:29.734375000 +0100
+diff -Naur faac-1.28.orig/include/faac.h faac-1.28/include/faac.h
+--- faac-1.28.orig/include/faac.h 2009-01-25 13:50:32.000000000 -0500
++++ faac-1.28/include/faac.h 2009-03-20 03:31:46.000000000 -0400
@@ -50,7 +50,7 @@
typedef void *faacEncHandle;
#ifndef HAVE_INT32_T
--typedef int int32_t;
-+//typedef int int32_t;
+-typedef signed int int32_t;
++//typedef signed int int32_t;
#endif
/*
clean: libhb.clean
build: libhb.build
-
-xmike:
- @echo $(LIBHB.yasm.asm)
- @echo $(LIBHB.yasm.o)