[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...

compn tempn at twmi.rr.com
Mon Jul 25 14:07:37 CEST 2011


On Mon, 25 Jul 2011 01:55:34 +0200 (CEST), diego wrote:
>
>Author: diego
>Date: Mon Jul 25 01:55:34 2011
>New Revision: 33915
>Modified: trunk/stream/stream_radio.c
>==============================================================================
>--- 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)

....

stream radio has a lot of duplication?


More information about the MPlayer-DOCS mailing list