comparison common.h @ 437:86f68813b97f libavcodec

* for this moment bswap.h included ahead of HAVE_AV_CONFIG_H check as its functionality is used even in those parts which are being compiled without this flag - generaly this would require more complicated cleanup patch - for now leaving for the main author
author kabi
date Mon, 27 May 2002 09:17:21 +0000
parents b245457fb912
children 1228bf19299b
comparison
equal deleted inserted replaced
436:35de17dd6ed8 437:86f68813b97f
109 109
110 #endif /* HAVE_AV_CONFIG_H */ 110 #endif /* HAVE_AV_CONFIG_H */
111 111
112 #endif /* !CONFIG_WIN32 */ 112 #endif /* !CONFIG_WIN32 */
113 113
114 #include "bswap.h"
114 115
115 #ifdef HAVE_AV_CONFIG_H 116 #ifdef HAVE_AV_CONFIG_H
116
117 #include "bswap.h"
118 117
119 #if defined(__MINGW32__) || defined(__CYGWIN__) || \ 118 #if defined(__MINGW32__) || defined(__CYGWIN__) || \
120 defined(__OS2__) || defined (__OpenBSD__) 119 defined(__OS2__) || defined (__OpenBSD__)
121 #define MANGLE(a) "_" #a 120 #define MANGLE(a) "_" #a
122 #else 121 #else