]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
webui: load mpegts.js even if linuxdvb is disabled
authorDamjan Marion <damjan.marion@gmail.com>
Sat, 24 May 2014 22:54:41 +0000 (00:54 +0200)
committerDamjan Marion <damjan.marion@gmail.com>
Sun, 25 May 2014 21:13:36 +0000 (23:13 +0200)
DVB input tabs are also needed for IPTV service.
Also this fixes webui which doesn't load properly
when --disable-linuxdvb is used.

src/webui/extjs.c

index d83e5039a25886d0c354a57910f951d518902494..3a3af8d3eaf59f190177e34741097d3bf26e24d3 100755 (executable)
@@ -150,7 +150,7 @@ extjs_root(http_connection_t *hc, const char *remain, void *opaque)
   extjs_load(hq, "static/app/tvadapters.js");
   extjs_load(hq, "static/app/idnode.js");
   extjs_load(hq, "static/app/esfilter.js");
-#if ENABLE_LINUXDVB
+#if ENABLE_MPEGTS
   extjs_load(hq, "static/app/mpegts.js");
 #endif
   extjs_load(hq, "static/app/iptv.js");