From: mru Date: Mon, 12 Jan 2009 00:07:40 +0000 (+0000) Subject: AVI: add bswap.h include needed on big endian X-Git-Url: http://rtime.felk.cvut.cz/gitweb/frescor/ffmpeg.git/commitdiff_plain/cb16737747da75d6307d063387612c5afaaf4dc6 AVI: add bswap.h include needed on big endian git-svn-id: file:///var/local/repositories/ffmpeg/trunk@16564 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b --- diff --git a/libavformat/avidec.c b/libavformat/avidec.c index 14f0ebdec..c25a7941d 100644 --- a/libavformat/avidec.c +++ b/libavformat/avidec.c @@ -18,6 +18,8 @@ * License along with FFmpeg; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ + +#include "libavutil/bswap.h" #include "avformat.h" #include "avi.h" #include "dv.h"