]> git.sesse.net Git - vlc/commitdiff
shout: missing undef.
authorRémi Duraffort <ivoire@videolan.org>
Sun, 30 Aug 2009 07:17:19 +0000 (09:17 +0200)
committerRémi Duraffort <ivoire@videolan.org>
Sun, 30 Aug 2009 12:11:46 +0000 (14:11 +0200)
modules/services_discovery/shout.c

index b12dfbd9afb2337ba2c218e7696ed2fc1692e3bd..385f34128e8aed2405e7f3338ca17d02b28a1b33 100644 (file)
@@ -100,6 +100,8 @@ OPEN( ShoutTV )
 OPEN( Freebox )
 OPEN( FrenchTV )
 
+#undef OPEN
+
 vlc_module_begin ()
     set_category( CAT_PLAYLIST )
     set_subcategory( SUBCAT_PLAYLIST_SD )