ffmpeg | branch: master | Diego Biurrun <[email protected]> | Wed Dec 14 14:05:16 2016 +0100| [554e55bbf0e4a3640a784cb512b816e776c56333] | committer: Diego Biurrun
decode.h: Add missing headers to fix standalone compilation > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=554e55bbf0e4a3640a784cb512b816e776c56333 --- libavcodec/decode.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libavcodec/decode.h b/libavcodec/decode.h index c1e6457f77..2f29cf6107 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
