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? _______________________________________________ MPlayer-DOCS mailing list [email protected] https://lists.mplayerhq.hu/mailman/listinfo/mplayer-docs
