summaryrefslogtreecommitdiffstats
path: root/libfaad2/local_changes.diff
diff options
context:
space:
mode:
Diffstat (limited to 'libfaad2/local_changes.diff')
-rw-r--r--libfaad2/local_changes.diff14
1 files changed, 6 insertions, 8 deletions
diff --git a/libfaad2/local_changes.diff b/libfaad2/local_changes.diff
index 084c44bb24..d7b1a7b081 100644
--- a/libfaad2/local_changes.diff
+++ b/libfaad2/local_changes.diff
@@ -33,19 +33,17 @@
**/
#ifndef __COMMON_H__
-@@ -32,10 +35,13 @@
- extern "C" {
- #endif
+@@ -32,8 +35,13 @@
--#ifdef HAVE_CONFIG_H
--# include "../config.h"
+ #ifdef HAVE_CONFIG_H
+ # include "../config.h"
+ #endif
++
+/* Allow build on Cygwin*/
+#if defined(__CYGWIN__)
+#define __STRICT_ANSI__
- #endif
++#endif
-+#include "../config.h"
-+
#define INLINE __inline
#if 0 //defined(_WIN32) && !defined(_WIN32_WCE)
#define ALIGN __declspec(align(16))