summaryrefslogtreecommitdiffstats
path: root/video/out/vo.c
diff options
context:
space:
mode:
authorCameron Cawley <ccawley2011@gmail.com>2019-07-14 14:56:10 +0100
committerwm4 <wm4@nowhere>2019-09-20 11:39:06 +0200
commitdb09d77e46128a68f06dc89d34bdc6045ace63f2 (patch)
tree3fc89be59ff503710fec24b01d522360dce18630 /video/out/vo.c
parenta46f83e98296c55f5aea04ca44d505ed871a766b (diff)
downloadmpv-db09d77e46128a68f06dc89d34bdc6045ace63f2.tar.bz2
mpv-db09d77e46128a68f06dc89d34bdc6045ace63f2.tar.xz
rpi: Update for modern systems
Diffstat (limited to 'video/out/vo.c')
-rw-r--r--video/out/vo.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/video/out/vo.c b/video/out/vo.c
index a094885112..7aafe28c64 100644
--- a/video/out/vo.c
+++ b/video/out/vo.c
@@ -69,9 +69,6 @@ const struct vo_driver *const video_out_drivers[] =
#if HAVE_ANDROID
&video_out_mediacodec_embed,
#endif
-#if HAVE_RPI
- &video_out_rpi,
-#endif
&video_out_gpu,
#if HAVE_VDPAU
&video_out_vdpau,
@@ -101,6 +98,9 @@ const struct vo_driver *const video_out_drivers[] =
#if HAVE_DRM
&video_out_drm,
#endif
+#if HAVE_RPI_MMAL
+ &video_out_rpi,
+#endif
&video_out_lavc,
NULL
};