From 009d9d8706f45bc7cb618891527967e70ed17a8d Mon Sep 17 00:00:00 2001 From: Uoti Urpala Date: Wed, 15 Aug 2012 23:23:02 +0300 Subject: Adjust ffmpeg/libav #includes to work with recent upstream changes The stopped including recursively in recent ffmpeg/libav git revisions. As a result, some files no longer got needed definitions, causing a build failure. Modify #include lines in various files to fix build with the latest versions of ffmpeg/libav headers. --- sub/spudec.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sub') diff --git a/sub/spudec.c b/sub/spudec.c index 47a3dec22a..47e1676e2e 100644 --- a/sub/spudec.c +++ b/sub/spudec.c @@ -35,7 +35,7 @@ #include #include -#include +#include #include #include -- cgit v1.2.3