[FFmpeg-devel] [PATCH 1/2] audioconvert: Add missing include for FF_API_AUDIO_CONVERT

Timothy Gu timothygu99 at gmail.com
Fri Feb 6 08:27:34 CET 2015


Fixes warning in `make checkheaders`.
---
 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
-- 
1.9.1



More information about the ffmpeg-devel mailing list