summaryrefslogtreecommitdiffstats
path: root/video/out/opengl
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2015-12-26 19:18:47 +0100
committerwm4 <wm4@nowhere>2015-12-26 19:18:47 +0100
commitaa587580c83f909b71f7b3f56ecb986e7ba6d5a1 (patch)
tree59ee56091bec5adeadcb9b25a8e90f6d640ca1e8 /video/out/opengl
parent4d43a0c99788f4f2028d680d122e11d265a0ea10 (diff)
downloadmpv-aa587580c83f909b71f7b3f56ecb986e7ba6d5a1.tar.bz2
mpv-aa587580c83f909b71f7b3f56ecb986e7ba6d5a1.tar.xz
vo_rpi: fix compilation
Untested, but should be fine. Broken by commit 0a0bb905. Also fix the include statement in context_rpi.c, which caused another compilation failure. Also untested. (Because I'm lazy.) Fixes #2638.
Diffstat (limited to 'video/out/opengl')
-rw-r--r--video/out/opengl/context_rpi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/video/out/opengl/context_rpi.c b/video/out/opengl/context_rpi.c
index 55594413a8..4709e3e1d4 100644
--- a/video/out/opengl/context_rpi.c
+++ b/video/out/opengl/context_rpi.c
@@ -27,7 +27,7 @@
#include "video/out/x11_common.h"
#include "context.h"
-#include "rpi.h"
+#include "context_rpi.h"
static void *get_proc_address(const GLubyte *name)
{