projects
/
platform
/
upstream
/
libav.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ca3e908
)
intreadwrite.h needs bswap.h if HAVE_FAST_UNALIGNED is set, so include it.
author
Reimar Döffinger
<Reimar.Doeffinger@gmx.de>
Sun, 24 Jun 2007 14:29:52 +0000
(14:29 +0000)
committer
Reimar Döffinger
<Reimar.Doeffinger@gmx.de>
Sun, 24 Jun 2007 14:29:52 +0000
(14:29 +0000)
Originally committed as revision 9414 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavutil/intreadwrite.h
patch
|
blob
|
history
diff --git
a/libavutil/intreadwrite.h
b/libavutil/intreadwrite.h
index 6e265eaa17e1d0694f9dd965d378e9e25110d90f..085aaadb9d20e65d5fee87e8d2558a13073ba267 100644
(file)
--- a/
libavutil/intreadwrite.h
+++ b/
libavutil/intreadwrite.h
@@
-20,6
+20,7
@@
#define INTREADWRITE_H
#include <stdint.h>
+#include "bswap.h"
#ifdef __GNUC__