Commit 5c7b0ce9 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Fix compile if you don't have localtime_r (Win32 for ex)

parent 69fdc2f3
......@@ -748,6 +748,8 @@ 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
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment