Mercurial > libavcodec.hg
changeset 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 | 35de17dd6ed8 |
children | fe58fe638f9b |
files | common.h |
diffstat | 1 files changed, 1 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/common.h Mon May 27 08:37:13 2002 +0000 +++ b/common.h Mon May 27 09:17:21 2002 +0000 @@ -111,11 +111,10 @@ #endif /* !CONFIG_WIN32 */ +#include "bswap.h" #ifdef HAVE_AV_CONFIG_H -#include "bswap.h" - #if defined(__MINGW32__) || defined(__CYGWIN__) || \ defined(__OS2__) || defined (__OpenBSD__) #define MANGLE(a) "_" #a