summaryrefslogtreecommitdiffstats
path: root/video/out/gpu/hwdec.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/gpu/hwdec.c
parenta46f83e98296c55f5aea04ca44d505ed871a766b (diff)
downloadmpv-db09d77e46128a68f06dc89d34bdc6045ace63f2.tar.bz2
mpv-db09d77e46128a68f06dc89d34bdc6045ace63f2.tar.xz
rpi: Update for modern systems
Diffstat (limited to 'video/out/gpu/hwdec.c')
-rw-r--r--video/out/gpu/hwdec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/video/out/gpu/hwdec.c b/video/out/gpu/hwdec.c
index 751ed5944b..ed96bf529f 100644
--- a/video/out/gpu/hwdec.c
+++ b/video/out/gpu/hwdec.c
@@ -72,7 +72,7 @@ const struct ra_hwdec_driver *const ra_hwdec_drivers[] = {
#if HAVE_VDPAU_GL_X11
&ra_hwdec_vdpau,
#endif
-#if HAVE_RPI
+#if HAVE_RPI_MMAL
&ra_hwdec_rpi_overlay,
#endif
#if HAVE_DRMPRIME && HAVE_DRM