From 46cf722d801ecd26e9103176d9caf28867c3596c Mon Sep 17 00:00:00 2001 From: wm4 Date: Sat, 10 Nov 2012 16:19:45 +0100 Subject: Add missing compat/libav.h includes For avcodec_free_frame(). --- audio/decode/ad_lavc.c | 1 + 1 file changed, 1 insertion(+) (limited to 'audio') diff --git a/audio/decode/ad_lavc.c b/audio/decode/ad_lavc.c index 2342a6985f..ac72d62212 100644 --- a/audio/decode/ad_lavc.c +++ b/audio/decode/ad_lavc.c @@ -35,6 +35,7 @@ #include "audio/reorder_ch.h" #include "compat/mpbswap.h" +#include "compat/libav.h" static const ad_info_t info = { -- cgit v1.2.3