mirror of https://github.com/mpv-player/mpv
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:
parent
17528080d6
commit
16e29bebf0
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue