[FFmpeg-cvslog] audioconvert: Add missing include for FF_API_AUDIO_CONVERT

Timothy Gu git at videolan.org
Fri Feb 6 19:13:39 CET 2015


ffmpeg | branch: master | Timothy Gu <timothygu99 at gmail.com> | Thu Feb  5 23:27:34 2015 -0800| [5081012eb88b061f77b319f9121d0670da99af54] | committer: Michael Niedermayer

audioconvert: Add missing include for FF_API_AUDIO_CONVERT

Fixes warning in `make checkheaders`.

Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=5081012eb88b061f77b319f9121d0670da99af54
---

 libavcodec/audioconvert.h |    2 ++
 1 file changed, 2 insertions(+)

diff --git a/libavcodec/audioconvert.h b/libavcodec/audioconvert.h
index 556ab31..996c3f3 100644
--- a/libavcodec/audioconvert.h
+++ b/libavcodec/audioconvert.h
@@ -23,6 +23,8 @@
 #ifndef AVCODEC_AUDIOCONVERT_H
 #define AVCODEC_AUDIOCONVERT_H
 
+#include "version.h"
+
 /**
  * @file
  * Audio format conversion routines



More information about the ffmpeg-cvslog mailing list