OSDN Git Service

* for this moment bswap.h included ahead of HAVE_AV_CONFIG_H check
authorZdenek Kabelac <kabi@informatics.muni.cz>
Mon, 27 May 2002 09:17:21 +0000 (09:17 +0000)
committerZdenek Kabelac <kabi@informatics.muni.cz>
Mon, 27 May 2002 09:17:21 +0000 (09:17 +0000)
  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

Originally committed as revision 614 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavcodec/common.h

index 02a7c10..3f38901 100644 (file)
@@ -111,11 +111,10 @@ typedef signed long long INT64;
 
 #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