From 16e29bebf05b9ae39ebb2f4aa6afb7496fab3ca6 Mon Sep 17 00:00:00 2001 From: Uoti Urpala Date: Mon, 28 Mar 2011 04:07:26 +0300 Subject: [PATCH] vo_mga, build: change include from "libavcore" to "libavutil" Libavcore was merged back to libavutil. Change the mga_template.c include of libavcore/imgutils.h to match. This means that split libavcore/libavutil versions won't work any more; but since this only affects people who enable vo_mga and there was no released version using the split libs I won't bother with any conditionals for the include. --- libvo/mga_template.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libvo/mga_template.c b/libvo/mga_template.c index f42cf07964..bd71694326 100644 --- a/libvo/mga_template.c +++ b/libvo/mga_template.c @@ -19,7 +19,7 @@ #include "fastmemcpy.h" #include "cpudetect.h" #include "libswscale/swscale.h" -#include "libavcore/imgutils.h" +#include #include "libmpcodecs/vf_scale.h" #include "mp_msg.h" #include "old_vo_wrapper.h"