diff options
author | sr55 <[email protected]> | 2008-08-17 21:59:26 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2008-08-17 21:59:26 +0000 |
commit | 93a68f8bac0eda52ae5febd5754dbfa5d5238578 (patch) | |
tree | b3f206c1cfe3bac137ed5c27c1fb42164b7b7233 /contrib/patch-faac-cygwin.patch | |
parent | 59f4fbb6827811bf0f428c529dbfcccc09eee95e (diff) |
* Contrib Updates:
- libogg-1.1.3.tar.gz
- xvidcore-1.1.3.tar.gz
- libtheora-1.0beta3.tar.gz
- libmpeg2-0.5.1.tar.gz
- faac-1.26.tar.gz
- ffmpeg-r14737.tar.gz
* Cygwin Patch for new libfaac
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1637 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'contrib/patch-faac-cygwin.patch')
-rw-r--r-- | contrib/patch-faac-cygwin.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/contrib/patch-faac-cygwin.patch b/contrib/patch-faac-cygwin.patch new file mode 100644 index 000000000..d54b08d02 --- /dev/null +++ b/contrib/patch-faac-cygwin.patch @@ -0,0 +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 +@@ -50,7 +50,7 @@ + typedef void *faacEncHandle; + + #ifndef HAVE_INT32_T +-typedef int int32_t; ++//typedef int int32_t; + #endif + + /* |