summaryrefslogtreecommitdiff
path: root/bswap.h
diff options
context:
space:
mode:
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