summaryrefslogtreecommitdiffstats
path: root/contrib/faac
diff options
context:
space:
mode:
authorkonablend <[email protected]>2009-03-20 07:39:32 +0000
committerkonablend <[email protected]>2009-03-20 07:39:32 +0000
commit1631d2c17dee0fa3fdaf6e9c493f79bac82a68df (patch)
treedd41fa9d75670064f3d1972cd6baba2feec0a1f6 /contrib/faac
parent332fe460eaa2d3e537ecc27897a88011a17e6f0a (diff)
Cygwin: updated patch to support faac-1.26 -> 1.28 bump.
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
Diffstat (limited to 'contrib/faac')
-rw-r--r--contrib/faac/P00-cygwin.patch10
1 files changed, 5 insertions, 5 deletions
diff --git a/contrib/faac/P00-cygwin.patch b/contrib/faac/P00-cygwin.patch
index d54b08d02..a5da42d87 100644
--- a/contrib/faac/P00-cygwin.patch
+++ b/contrib/faac/P00-cygwin.patch
@@ -1,12 +1,12 @@
-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
/*