[FFmpeg-devel] PATCH: add missing header inclusion to intreadwrite.h

Benoit Fouet benoit.fouet
Mon Mar 15 16:05:21 CET 2010


Hi,

intreadwrite.h needs the definition of av_alias.
(found when trying to build all tools in tools/)
Don't know why make checkheaders didn't find it though.

Index: libavutil/intreadwrite.h
===================================================================
--- libavutil/intreadwrite.h	(revision 22544)
+++ libavutil/intreadwrite.h	(working copy)
@@ -23,6 +23,7 @@
 #include "config.h"
 #include "bswap.h"
 #include "common.h"
+#include "internal.h"
 
 typedef union {
     uint64_t u64;



More information about the ffmpeg-devel mailing list