[vlc-devel] commit: We have a replacement for localtime_r ( Rémi Denis -Courmont )

Marian Ďurkovič md at bts.sk
Mon Aug 24 18:59:36 CEST 2009


Hi,

   could you please backport this also to 1.0-bugfix so we'll get EPG on Win32
as well?

     Thanks & kind regards,

             M.

On Fri, 21 Aug 2009 18:34:50 +0200 (CEST), git version control wrote
> vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Fri 
> Aug 21 19:34:21 2009 +0300| [3663b861e8b7879dcf01bc777f6190981dff116b] 
> | committer: Rémi Denis-Courmont
> 
> We have a replacement for localtime_r
> 
> >
http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=3663b861e8b7879dcf01bc777f6190981dff116b
> ---
> 
>  src/input/item.c |    4 ----
>  1 files changed, 0 insertions(+), 4 deletions(-)
> 
> diff --git a/src/input/item.c b/src/input/item.c
> index 70f5a7d..20592cb 100644
> --- a/src/input/item.c
> +++ b/src/input/item.c
> @@ -715,7 +715,6 @@ void input_item_SetEpg( input_item_t *p_item,
>  {
>      input_item_DelInfo( p_item, psz_epg, NULL );
> 
> -#ifdef HAVE_LOCALTIME_R
>      vlc_mutex_lock( &p_item->lock );
>      for( int i = 0; i < p_epg->i_event; i++ )
>      {
> @@ -748,9 +747,6 @@ void input_item_SetEpg( input_item_t *p_item,
>          event.type = vlc_InputItemInfoChanged;
>          vlc_event_send( &p_item->event_manager, &event );
>      }
> -#else
> -    VLC_UNUSED( p_epg );
> -#endif
>  }
> 
> _______________________________________________
> vlc-devel mailing list
> To unsubscribe or modify your subscription options:
> http://mailman.videolan.org/listinfo/vlc-devel




More information about the vlc-devel mailing list