Fixed one lack

Originally committed as revision 28 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Nick Kurshev 2001-08-02 08:29:52 +00:00
parent 54329dd5a5
commit afe92c6355
1 changed files with 3 additions and 0 deletions

View File

@ -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