summaryrefslogtreecommitdiffstats
path: root/video/out/vo_rpi.c
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2016-09-12 19:58:06 +0200
committerwm4 <wm4@nowhere>2016-09-12 20:05:48 +0200
commit0e72f64ff46747d4b1399d6cb7803e3f675d047c (patch)
tree8b4c47895780861d96754da7f6bdc6776ec58709 /video/out/vo_rpi.c
parent876ec446f3863ec2a92c516b1f6d35137b66c005 (diff)
downloadmpv-0e72f64ff46747d4b1399d6cb7803e3f675d047c.tar.bz2
mpv-0e72f64ff46747d4b1399d6cb7803e3f675d047c.tar.xz
vo_rpi: deprecate this VO
Diffstat (limited to 'video/out/vo_rpi.c')
-rw-r--r--video/out/vo_rpi.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/video/out/vo_rpi.c b/video/out/vo_rpi.c
index 9a1280584c..de5a8bf5e1 100644
--- a/video/out/vo_rpi.c
+++ b/video/out/vo_rpi.c
@@ -740,6 +740,9 @@ static void uninit(struct vo *vo)
static int preinit(struct vo *vo)
{
+ MP_WARN(vo, "This VO is deprecated! Use --vo=opengl instead (which has "
+ "the same features and which is the default).\n");
+
struct priv *p = vo->priv;
p->background_layer = p->layer;