1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2026-05-04 21:08:03 +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
+1
View File
@@ -20,6 +20,7 @@
#define INTREADWRITE_H
#include <stdint.h>
#include "bswap.h"
#ifdef __GNUC__