diff options
author | Nick Kurshev <nickols_k@mail.ru> | 2001-08-02 08:29:52 +0000 |
---|---|---|
committer | Nick Kurshev <nickols_k@mail.ru> | 2001-08-02 08:29:52 +0000 |
commit | afe92c6355f2f58817a38c35840ecce750ed41c7 (patch) | |
tree | e28aeea4c0f1abad74e67013b050bafbd7fa47f7 /bswap.h | |
parent | 54329dd5a5f8435c5a2747201af6c11b506ca50a (diff) | |
download | ffmpeg-afe92c6355f2f58817a38c35840ecce750ed41c7.tar.gz |
Fixed one lack
Originally committed as revision 28 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'bswap.h')
-rw-r--r-- | bswap.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |