1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2024-11-26 19:01:44 +02:00

intreadwrite.h needs bswap.h if HAVE_FAST_UNALIGNED is set, so include it.

Originally committed as revision 9414 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Reimar Döffinger 2007-06-24 14:29:52 +00:00
parent ca3e90825c
commit c08be350da

View File

@ -20,6 +20,7 @@
#define INTREADWRITE_H
#include <stdint.h>
#include "bswap.h"
#ifdef __GNUC__