comparison libfaad2/common.h @ 24023:1ac62a61ea56

Move some more compiler flags to configure.
author diego
date Thu, 09 Aug 2007 11:35:41 +0000
parents aa0a5aa712fc
children 1a5cd79b2e6e
comparison
equal deleted inserted replaced
24022:4d576e0ed40b 24023:1ac62a61ea56
33 33
34 #ifdef __cplusplus 34 #ifdef __cplusplus
35 extern "C" { 35 extern "C" {
36 #endif 36 #endif
37 37
38 #ifdef HAVE_CONFIG_H
39 # include "../config.h"
40 #endif
41
38 /* Allow build on Cygwin*/ 42 /* Allow build on Cygwin*/
39 #if defined(__CYGWIN__) 43 #if defined(__CYGWIN__)
40 #define __STRICT_ANSI__ 44 #define __STRICT_ANSI__
41 #endif 45 #endif
42
43 #include "../config.h"
44 46
45 #define INLINE __inline 47 #define INLINE __inline
46 #if 0 //defined(_WIN32) && !defined(_WIN32_WCE) 48 #if 0 //defined(_WIN32) && !defined(_WIN32_WCE)
47 #define ALIGN __declspec(align(16)) 49 #define ALIGN __declspec(align(16))
48 #else 50 #else