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:
parent
ca3e90825c
commit
c08be350da
@ -20,6 +20,7 @@
|
||||
#define INTREADWRITE_H
|
||||
|
||||
#include <stdint.h>
|
||||
#include "bswap.h"
|
||||
|
||||
#ifdef __GNUC__
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user