summaryrefslogtreecommitdiff
path: root/bswap.h
diff options
context:
space:
mode:
authorNick Kurshev <nickols_k@mail.ru>2001-08-02 08:29:52 +0000
committerNick Kurshev <nickols_k@mail.ru>2001-08-02 08:29:52 +0000
commitafe92c6355f2f58817a38c35840ecce750ed41c7 (patch)
treee28aeea4c0f1abad74e67013b050bafbd7fa47f7 /bswap.h
parent54329dd5a5f8435c5a2747201af6c11b506ca50a (diff)
Fixed one lack
Originally committed as revision 28 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'bswap.h')
-rw-r--r--bswap.h3
1 files changed, 3 insertions, 0 deletions
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 <byteswap.h>
#else