[FFmpeg-cvslog] r17398 - in trunk: libavcodec/aac.h libavcodec/ac3dec.h libavformat/avio.h

diego subversion
Tue Feb 17 22:43:57 CET 2009


Author: diego
Date: Tue Feb 17 22:43:57 2009
New Revision: 17398

Log:
Add missing #includes to fix 'make checkheaders'.

Modified:
   trunk/libavcodec/aac.h
   trunk/libavcodec/ac3dec.h
   trunk/libavformat/avio.h

Modified: trunk/libavcodec/aac.h
==============================================================================
--- trunk/libavcodec/aac.h	Tue Feb 17 22:41:50 2009	(r17397)
+++ trunk/libavcodec/aac.h	Tue Feb 17 22:43:57 2009	(r17398)
@@ -30,6 +30,7 @@
 #ifndef AVCODEC_AAC_H
 #define AVCODEC_AAC_H
 
+#include "libavutil/internal.h"
 #include "avcodec.h"
 #include "dsputil.h"
 #include "mpeg4audio.h"

Modified: trunk/libavcodec/ac3dec.h
==============================================================================
--- trunk/libavcodec/ac3dec.h	Tue Feb 17 22:41:50 2009	(r17397)
+++ trunk/libavcodec/ac3dec.h	Tue Feb 17 22:43:57 2009	(r17398)
@@ -27,6 +27,7 @@
 #ifndef AVCODEC_AC3DEC_H
 #define AVCODEC_AC3DEC_H
 
+#include "libavutil/internal.h"
 #include "libavutil/lfg.h"
 #include "ac3.h"
 #include "bitstream.h"

Modified: trunk/libavformat/avio.h
==============================================================================
--- trunk/libavformat/avio.h	Tue Feb 17 22:41:50 2009	(r17397)
+++ trunk/libavformat/avio.h	Tue Feb 17 22:43:57 2009	(r17398)
@@ -23,6 +23,8 @@
 
 #include <stdint.h>
 
+#include "libavutil/common.h"
+
 /* unbuffered I/O */
 
 /**




More information about the ffmpeg-cvslog mailing list