[MPlayer-cvslog] r35109 - in trunk: DOCS/man/en/mplayer.1 libvo/video_out.c libvo/vo_gl2.c

compn tempn at twmi.rr.com
Mon Aug 20 23:19:57 CEST 2012


On Mon, 20 Aug 2012 21:04:45 +0200 (CEST), reimar wrote:
>Modified:
>   trunk/libvo/video_out.c
>   trunk/libvo/vo_gl2.c

>+	if (!strcmp(vo, "gl2")) {
>+	    mp_msg(MSGT_CPLAYER, MSGL_ERR, MSGTR_VO_GL2_HasBeenRenamed);
>+	    vo = "gl_tiled";
>+        }

libvo/video_out.c: In function 'init_best_video_out':
libvo/video_out.c:331: error:
'MSGTR_VO_GL2_HasBeenRenamed' undeclared (first use in this function)

you forgot mp_msg_help_en.c change

-compn


More information about the MPlayer-cvslog mailing list