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. --- libmpcodecs/vf_uspp.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'libmpcodecs/vf_uspp.c') diff --git a/libmpcodecs/vf_uspp.c b/libmpcodecs/vf_uspp.c index 91c0e61847..8f6dfd25ee 100644 --- a/libmpcodecs/vf_uspp.c +++ b/libmpcodecs/vf_uspp.c @@ -25,13 +25,14 @@ #include #include +#include +#include + #include "config.h" #include "mp_msg.h" #include "cpudetect.h" -#include "libavcodec/avcodec.h" - #include "img_format.h" #include "mp_image.h" #include "vf.h" -- cgit v1.2.3