summaryrefslogtreecommitdiffstats
path: root/video/out/vo_rpi.c
diff options
context:
space:
mode:
Diffstat (limited to 'video/out/vo_rpi.c')
-rw-r--r--video/out/vo_rpi.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/video/out/vo_rpi.c b/video/out/vo_rpi.c
index cbbd781f0b..a0cc0e39ef 100644
--- a/video/out/vo_rpi.c
+++ b/video/out/vo_rpi.c
@@ -803,4 +803,5 @@ const struct vo_driver video_out_rpi = {
.uninit = uninit,
.priv_size = sizeof(struct priv),
.options = options,
+ .legacy_prefix = "rpi",
};