[MPlayer-cvslog] [MPlayer-DOCS] r33915 - in trunk: codec-cfg.c help/help_mp-bg.h help/help_mp-cs.h help/help_mp-de.h help/help_mp-dk.h help/help_mp-el.h help/help_mp-en.h help/help_mp-es.h help/help_mp-fr.h help/help_mp-hu.h help...

Diego Biurrun diego at biurrun.de
Mon Jul 25 18:17:02 CEST 2011


On Mon, Jul 25, 2011 at 08:08:13AM -0400, compn wrote:
> On Mon, 25 Jul 2011 01:55:34 +0200 (CEST), diego wrote:
> >
> >--- trunk/stream/stream_radio.c	Mon Jul 25 01:55:26 2011	(r33914)
> >+++ trunk/stream/stream_radio.c	Mon Jul 25 01:55:34 2011	(r33915)
> >-                mp_msg(MSGT_RADIO, MSGL_V, MSGTR_RADIO_SelectedChannel,
> >+                mp_msg(MSGT_RADIO, MSGL_V, "[radio] Selected channel: %d - %s (freq: %.2f)\n",
> >-                mp_msg(MSGT_RADIO, MSGL_V, MSGTR_RADIO_SelectedChannel,
> >+                mp_msg(MSGT_RADIO, MSGL_V, "[radio] Selected channel: %d - %s (freq: %.2f)\n",
> >-        mp_msg(MSGT_RADIO, MSGL_V, MSGTR_RADIO_SelectedChannel, priv->radio_channel_current->index,
> >+        mp_msg(MSGT_RADIO, MSGL_V, "[radio] Selected channel: %d - %s (freq: %.2f)\n",
> >+            priv->radio_channel_current->index,
> 
> > // stream_radio.c
> >-#define MSGTR_RADIO_SelectedChannel "[radio] Selected channel: %d - %s (freq:%.2f)\n"
> 
> [05:37] <arekm> hi, current mplayer svn + ffmpeg git doesn't build due to: stream/stream_radio.c:234:39: error: 'MSGTR_RADIO_SelectedChannel' undeclared (first use in this function)

Thanks for the hint, fixed.

Diego


More information about the MPlayer-cvslog mailing list