[vlc-devel] commit: shout: missing undef. ( Rémi Duraffort )
git version control
git at videolan.org
Sun Aug 30 14:51:25 CEST 2009
vlc | branch: master | Rémi Duraffort <ivoire at videolan.org> | Sun Aug 30 09:17:19 2009 +0200| [2605808e7d6698b1c06efde5fe9c37034708e2c9] | committer: Rémi Duraffort
shout: missing undef.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=2605808e7d6698b1c06efde5fe9c37034708e2c9
---
modules/services_discovery/shout.c | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/modules/services_discovery/shout.c b/modules/services_discovery/shout.c
index b12dfbd..385f341 100644
--- a/modules/services_discovery/shout.c
+++ b/modules/services_discovery/shout.c
@@ -100,6 +100,8 @@ OPEN( ShoutTV )
OPEN( Freebox )
OPEN( FrenchTV )
+#undef OPEN
+
vlc_module_begin ()
set_category( CAT_PLAYLIST )
set_subcategory( SUBCAT_PLAYLIST_SD )
More information about the vlc-devel
mailing list