Revert "Ensure EPG modules are properly init before dvb hardware and thus mux scanning can start. Else setups with single mux on adapter (who on earth would do that!) will not get any EPG data."

This reverts commit 11f713dd85.

Cannot do things this way it breaks more general EPG OTA mux support.
This commit is contained in:
Adam Sutton 2012-08-21 19:42:05 +01:00
parent 6bdf0181f1
commit 7f02f0f620

View file

@ -399,9 +399,6 @@ main(int argc, char **argv)
channels_init();
epggrab_init();
epg_init();
access_init(createdefault);
tcp_server_init();
@ -422,6 +419,9 @@ main(int argc, char **argv)
capmt_init();
epggrab_init();
epg_init();
dvr_init();
htsp_init();