Commit 9063a003 authored by Fabio Ritrovato's avatar Fabio Ritrovato

Freebox needs a category

parent f6a4cc89
...@@ -42,7 +42,7 @@ ...@@ -42,7 +42,7 @@
static int Open( vlc_object_t * ); static int Open( vlc_object_t * );
static void Close( 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 () vlc_module_begin ()
set_category( CAT_PLAYLIST ) set_category( CAT_PLAYLIST )
...@@ -134,8 +134,3 @@ static void Close(vlc_object_t *this) ...@@ -134,8 +134,3 @@ static void Close(vlc_object_t *this)
free(sys); free(sys);
} }
static int vlc_sd_probe_Open(vlc_object_t *obj)
{
VLC_UNUSED(obj);
return VLC_PROBE_CONTINUE;
}
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