diff libfaad2/local_changes.diff @ 24023:1ac62a61ea56

Move some more compiler flags to configure.
author diego
date Thu, 09 Aug 2007 11:35:41 +0000
parents aa0a5aa712fc
children 1a5cd79b2e6e
line wrap: on
line diff
--- a/libfaad2/local_changes.diff	Thu Aug 09 10:26:00 2007 +0000
+++ b/libfaad2/local_changes.diff	Thu Aug 09 11:35:41 2007 +0000
@@ -33,19 +33,17 @@
  **/
  
  #ifndef __COMMON_H__
-@@ -32,10 +35,13 @@
- extern "C" {
+@@ -32,8 +35,13 @@
+ 
+ #ifdef HAVE_CONFIG_H
+ #  include "../config.h"
  #endif
- 
--#ifdef HAVE_CONFIG_H
--#  include "../config.h"
++
 +/* 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))