summaryrefslogtreecommitdiff
path: root/src/libfaad/diff_to_faad2_cvs.patch
diff options
context:
space:
mode:
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 ??? */