From afe92c6355f2f58817a38c35840ecce750ed41c7 Mon Sep 17 00:00:00 2001 From: Nick Kurshev Date: Thu, 2 Aug 2001 08:29:52 +0000 Subject: Fixed one lack Originally committed as revision 28 to svn://svn.ffmpeg.org/ffmpeg/trunk --- bswap.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'bswap.h') diff --git a/bswap.h b/bswap.h index 50eea9ed83..21ef3a74eb 100644 --- a/bswap.h +++ b/bswap.h @@ -1,6 +1,9 @@ #ifndef __BSWAP_H__ #define __BSWAP_H__ +/* It's need for ffmpeg. Else where will be defined ARCH_X86?*/ +#include "config.h" + #ifdef HAVE_BYTESWAP_H #include #else -- cgit v1.2.3