[FFmpeg-devel] [PATCH] intreadwrite.h needs bswap.h

Reimar Döffinger Reimar.Doeffinger
Sun Jun 24 15:56:04 CEST 2007


Hello,
if HAVE_FAST_UNALIGNED is defined, libavutil/intreadwrite.h needs the
bswap stuff, so IMO it should include bswap.h.
Would attached patch be acceptable?

Greetings,
Reimar D?ffinger
-------------- next part --------------
Index: libavutil/intreadwrite.h
===================================================================
--- libavutil/intreadwrite.h	(revision 9413)
+++ libavutil/intreadwrite.h	(working copy)
@@ -20,6 +20,7 @@
 #define INTREADWRITE_H
 
 #include <stdint.h>
+#include "bswap.h"
 
 #ifdef __GNUC__
 



More information about the ffmpeg-devel mailing list