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.
This commit is contained in:
Uoti Urpala 2011-03-28 04:07:26 +03:00
parent 17528080d6
commit 16e29bebf0
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@
#include "fastmemcpy.h"
#include "cpudetect.h"
#include "libswscale/swscale.h"
#include "libavcore/imgutils.h"
#include <libavutil/imgutils.h>
#include "libmpcodecs/vf_scale.h"
#include "mp_msg.h"
#include "old_vo_wrapper.h"