summaryrefslogtreecommitdiffstats
path: root/src/faad2-1-uint.patch
diff options
context:
space:
mode:
authorDi Appoggio <diappoggio@gmail.com>2010-09-20 12:04:43 (GMT)
committerDi Appoggio <diappoggio@gmail.com>2010-09-20 12:04:43 (GMT)
commitb20525341ff1866023ca97366f359d1a6f1dca1b (patch)
tree040435b3c00ad0e7498f5b441cd6aff2fb1abff0 /src/faad2-1-uint.patch
parent1890e67af42c1a1ce3ef14b8c46041c380bc8870 (diff)
downloadmxe-b20525341ff1866023ca97366f359d1a6f1dca1b.zip
mxe-b20525341ff1866023ca97366f359d1a6f1dca1b.tar.gz
mxe-b20525341ff1866023ca97366f359d1a6f1dca1b.tar.bz2
new packages: faac, faad2, ffmpeg, lame, libvpx, opencore-amr, x264
Diffstat (limited to 'src/faad2-1-uint.patch')
-rw-r--r--src/faad2-1-uint.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/faad2-1-uint.patch b/src/faad2-1-uint.patch
new file mode 100644
index 0000000..3be04d9
--- /dev/null
+++ b/src/faad2-1-uint.patch
@@ -0,0 +1,10 @@
+--- ./frontend/main.c.backup 2010-07-01 16:53:48.563042615 +0200
++++ ./frontend/main.c 2010-07-01 16:54:03.379043126 +0200
+@@ -31,7 +31,6 @@
+ #ifdef _WIN32
+ #define WIN32_LEAN_AND_MEAN
+ #include <windows.h>
+-#define off_t __int64
+ #else
+ #include <time.h>
+ #endif