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. --- libvo/vo_gl3.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libvo') diff --git a/libvo/vo_gl3.c b/libvo/vo_gl3.c index 496e22bfcb..dea0c6637a 100644 --- a/libvo/vo_gl3.c +++ b/libvo/vo_gl3.c @@ -29,7 +29,7 @@ #include #include "config.h" -#include +#include #ifdef CONFIG_LCMS2 #include -- cgit v1.2.3