From 51fd8f6fe16ef0a8fa35aec89cab82d435e4d4d9 Mon Sep 17 00:00:00 2001 From: wm4 Date: Thu, 8 Dec 2016 10:59:50 +0100 Subject: vo_rpi: partially undeprecate Using vo_opengl + MMAL overlay didn't quite work out. --- video/out/vo_rpi.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'video/out/vo_rpi.c') diff --git a/video/out/vo_rpi.c b/video/out/vo_rpi.c index 4824ac2616..139da95ed9 100644 --- a/video/out/vo_rpi.c +++ b/video/out/vo_rpi.c @@ -869,9 +869,6 @@ 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; -- cgit v1.2.3