From 554e55bbf0e4a3640a784cb512b816e776c56333 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Wed, 14 Dec 2016 14:05:16 +0100 Subject: [PATCH] decode.h: Add missing headers to fix standalone compilation --- 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. *