From 1d920047ab78eef201b121a4290836b543cd4078 Mon Sep 17 00:00:00 2001 From: wm4 Date: Sat, 14 Jun 2014 21:26:17 +0200 Subject: tv: fix compilation without clock_gettime, don't claim to be MPlayer mp_msg() doesn't exist anymore in this form. Oops. --- stream/tvi_v4l2.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'stream') diff --git a/stream/tvi_v4l2.c b/stream/tvi_v4l2.c index dfde2eb282..979457e21e 100644 --- a/stream/tvi_v4l2.c +++ b/stream/tvi_v4l2.c @@ -1405,7 +1405,7 @@ static int start(priv_t *priv) ? CLOCK_MONOTONIC : CLOCK_REALTIME; #else if (priv->map[i].buf.flags & V4L2_BUF_FLAG_TIMESTAMP_MONOTONIC) - mp_msg(MSGT_TV, MSGL_WARN, "MPlayer compiled without clock_gettime() that is needed to handle monotone video timestamps from the kernel. Expect desync.\n"); + MP_WARN(priv, "compiled without clock_gettime() that is needed to handle monotone video timestamps from the kernel. Expect desync.\n"); #endif /* count up to make sure this is correct everytime */ priv->mapcount++; -- cgit v1.2.3