Commit 7c0ee932 authored by kabi's avatar kabi

* 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


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@614 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent fe9d9f49
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment