Commit 0c97322f authored by reimar's avatar reimar

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


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@9414 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 3899bbd4
...@@ -20,6 +20,7 @@ ...@@ -20,6 +20,7 @@
#define INTREADWRITE_H #define INTREADWRITE_H
#include <stdint.h> #include <stdint.h>
#include "bswap.h"
#ifdef __GNUC__ #ifdef __GNUC__
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment