summaryrefslogtreecommitdiff
path: root/src/libfaad/diff_to_faad2_cvs.patch
diff options
context:
space:
mode:
authorMichael Roitzsch <mroi@users.sourceforge.net>2004-01-11 15:44:04 +0000
committerMichael Roitzsch <mroi@users.sourceforge.net>2004-01-11 15:44:04 +0000
commitba65efaad16ddd1347de7af98f9494cee7a39419 (patch)
tree630d2e9b4581f45cbe85815ec881705be9cc045b /src/libfaad/diff_to_faad2_cvs.patch
parent14019fd4a433078fb4466e910cd432489dd60bbc (diff)
downloadxine-lib-ba65efaad16ddd1347de7af98f9494cee7a39419.tar.gz
xine-lib-ba65efaad16ddd1347de7af98f9494cee7a39419.tar.bz2
the faad project accepted a huge compiler warning patch I sent them,
merging their CVS back to our copy everyone please check, if your AAC samples still work CVS patchset: 6024 CVS date: 2004/01/11 15:44:04
Diffstat (limited to 'src/libfaad/diff_to_faad2_cvs.patch')
-rw-r--r--src/libfaad/diff_to_faad2_cvs.patch18
1 files changed, 18 insertions, 0 deletions
diff --git a/src/libfaad/diff_to_faad2_cvs.patch b/src/libfaad/diff_to_faad2_cvs.patch
new file mode 100644
index 000000000..86dc8aa69
--- /dev/null
+++ b/src/libfaad/diff_to_faad2_cvs.patch
@@ -0,0 +1,18 @@
+--- common.h.old 2004-01-10 22:45:44.000000000 +0100
++++ common.h 2004-01-10 22:46:20.000000000 +0100
+@@ -290,6 +290,7 @@
+ }
+
+
++#ifndef HAVE_LRINTF
+ #ifdef _WIN32
+ #define HAS_LRINTF
+ static INLINE int lrintf(float f)
+@@ -316,6 +317,7 @@
+ return i;
+ }
+ #endif
++#endif
+
+
+ #ifdef __ICL /* only Intel C compiler has fmath ??? */