[FFmpeg-cvslog] decode.h: Add missing headers to fix standalone compilation

Diego Biurrun git at videolan.org
Wed Apr 26 15:39:02 EEST 2017


ffmpeg | branch: master | Diego Biurrun <diego at biurrun.de> | 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.
  *



More information about the ffmpeg-cvslog mailing list