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(). --- video/decode/vd_lavc.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'video/decode/vd_lavc.c') diff --git a/video/decode/vd_lavc.c b/video/decode/vd_lavc.c index 929c6c77f3..068a11b00a 100644 --- a/video/decode/vd_lavc.c +++ b/video/decode/vd_lavc.c @@ -27,6 +27,8 @@ #include #include +#include "compat/libav.h" + #include "talloc.h" #include "config.h" #include "core/mp_msg.h" -- cgit v1.2.3