]> git.sesse.net Git - vlc/commitdiff
Freebox needs a category
authorFabio Ritrovato <sephiroth87@videolan.org>
Mon, 15 Feb 2010 20:31:58 +0000 (21:31 +0100)
committerFabio Ritrovato <sephiroth87@videolan.org>
Mon, 15 Feb 2010 20:32:18 +0000 (21:32 +0100)
modules/services_discovery/freebox.c

index 7619aebb32af27420569a21dc24674f0273196a0..be2aa389e9792d9c81e8a5daf63bddd7819f7796 100644 (file)
@@ -42,7 +42,7 @@
 static int  Open( vlc_object_t * );
 static void Close( vlc_object_t * );
 
-static int vlc_sd_probe_Open( vlc_object_t * );
+VLC_SD_PROBE_HELPER("freebox", "Freebox TV", SD_CAT_INTERNET)
 
 vlc_module_begin ()
     set_category( CAT_PLAYLIST )
@@ -134,8 +134,3 @@ static void Close(vlc_object_t *this)
     free(sys);
 }
 
-static int vlc_sd_probe_Open(vlc_object_t *obj)
-{
-    VLC_UNUSED(obj);
-    return VLC_PROBE_CONTINUE;
-}