summaryrefslogtreecommitdiffstats
path: root/video/out/vo_rpi.c
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2015-12-19 13:05:10 +0100
committerwm4 <wm4@nowhere>2015-12-19 14:14:12 +0100
commit4cc1861378c3b1e989b5d92ea49e3d02f5e4a65a (patch)
tree3ae36f802e733d4deae518efc04a0a38e068c3b8 /video/out/vo_rpi.c
parent6154c1d06d38bd236a0adb57556f7d871b75469b (diff)
downloadmpv-4cc1861378c3b1e989b5d92ea49e3d02f5e4a65a.tar.bz2
mpv-4cc1861378c3b1e989b5d92ea49e3d02f5e4a65a.tar.xz
vo_opengl: prefix per-backend source files with context_
Diffstat (limited to 'video/out/vo_rpi.c')
-rw-r--r--video/out/vo_rpi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/video/out/vo_rpi.c b/video/out/vo_rpi.c
index cf051cfbc2..7ed6c39b49 100644
--- a/video/out/vo_rpi.c
+++ b/video/out/vo_rpi.c
@@ -40,7 +40,7 @@
#include "sub/osd.h"
#include "opengl/osd.h"
-#include "opengl/rpi.h"
+#include "opengl/context_rpi.h"
struct priv {
DISPMANX_DISPLAY_HANDLE_T display;