git.videolan.org
/
vlc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
69fdc2f
)
Fix compile if you don't have localtime_r (Win32 for ex)
author
Jean-Baptiste Kempf
<jb@videolan.org>
Thu, 20 Aug 2009 18:37:31 +0000
(20:37 +0200)
committer
Jean-Baptiste Kempf
<jb@videolan.org>
Thu, 20 Aug 2009 18:38:03 +0000
(20:38 +0200)
src/input/item.c
patch
|
blob
|
history
diff --git
a/src/input/item.c
b/src/input/item.c
index
903e537
..
70f5a7d
100644
(file)
--- a/
src/input/item.c
+++ b/
src/input/item.c
@@
-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
}