summaryrefslogtreecommitdiffstats
path: root/libvo
diff options
context:
space:
mode:
authorUoti Urpala <uau@glyph.nonexistent.invalid>2011-03-28 04:07:26 +0300
committerUoti Urpala <uau@glyph.nonexistent.invalid>2011-03-28 04:13:40 +0300
commit16e29bebf05b9ae39ebb2f4aa6afb7496fab3ca6 (patch)
treee6f70ac3ecb89611c63c35b37c327735448521fd /libvo
parent17528080d6068fab2e52af12d7706ce58bdf3922 (diff)
downloadmpv-16e29bebf05b9ae39ebb2f4aa6afb7496fab3ca6.tar.bz2
mpv-16e29bebf05b9ae39ebb2f4aa6afb7496fab3ca6.tar.xz
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.
Diffstat (limited to 'libvo')
-rw-r--r--libvo/mga_template.c2
1 files changed, 1 insertions, 1 deletions
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 <libavutil/imgutils.h>
#include "libmpcodecs/vf_scale.h"
#include "mp_msg.h"
#include "old_vo_wrapper.h"