ffmpeg | branch: master | Clément Bœsch <[email protected]> | Wed Apr 26 14:38:46 2017 +0200| [40cc925f9321c3665341b5a9c209cdc810446890] | committer: Clément Bœsch
Merge commit '554e55bbf0e4a3640a784cb512b816e776c56333' * commit '554e55bbf0e4a3640a784cb512b816e776c56333': decode.h: Add missing headers to fix standalone compilation Merged-by: Clément Bœsch <[email protected]> > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=40cc925f9321c3665341b5a9c209cdc810446890 --- libavcodec/decode.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libavcodec/decode.h b/libavcodec/decode.h index 2a0d478020..c9630228dc 100644 --- a/libavcodec/decode.h +++ b/libavcodec/decode.h @@ -21,6 +21,8 @@ #ifndef AVCODEC_DECODE_H #define AVCODEC_DECODE_H +#include "avcodec.h" + /** * Called by decoders to get the next packet for decoding. * ====================================================================== _______________________________________________ ffmpeg-cvslog mailing list [email protected] http://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog
