#if ENABLE_CWC || ENABLE_CAPMT || ENABLE_CONSTCW
{ "caclient", NULL },
#endif
-#if ENABLE_V4L || ENABLE_LINUXDVB || ENABLE_SATIP_CLIENT || ENABLE_HDHOMERUN_CLIENT
+#if ENABLE_LINUXDVB || ENABLE_SATIP_CLIENT || ENABLE_HDHOMERUN_CLIENT
{ "tvadapters", NULL },
#endif
#if ENABLE_SATIP_CLIENT
}
/**
- * PVR info, deliver info about the given PVR entry
+ * EXTJS root page
*/
static int
extjs_root(http_connection_t *hc, const char *remain, void *opaque)
http_path_add("/timeshift", NULL, extjs_timeshift, ACCESS_ADMIN);
#endif
http_path_add("/tvhlog", NULL, extjs_tvhlog, ACCESS_ADMIN);
-
-#if ENABLE_V4L
- extjs_start_v4l();
-#endif
}