Rename dvb_muxconfig.* into dvb_preconf.*
This commit is contained in:
parent
3ef0bc729b
commit
abc06fbae9
8 changed files with 3 additions and 7 deletions
2
Makefile
2
Makefile
|
@ -14,7 +14,7 @@ SRCS += pvr.c autorec.c ffmuxer.c
|
|||
SRCS += epg.c epg_xmltv.c
|
||||
|
||||
VPATH += dvb
|
||||
SRCS += dvb.c dvb_support.c dvb_dvr.c dvb_muxconfig.c dvb_fe.c dvb_tables.c \
|
||||
SRCS += dvb.c dvb_support.c dvb_dvr.c dvb_preconf.c dvb_fe.c dvb_tables.c \
|
||||
diseqc.c dvb_adapter.c dvb_multiplex.c dvb_transport.c
|
||||
|
||||
SRCS += iptv_input.c iptv_output.c
|
||||
|
|
|
@ -47,7 +47,6 @@
|
|||
#include "psi.h"
|
||||
#include "dvb_support.h"
|
||||
#include "dvb_dvr.h"
|
||||
#include "dvb_muxconfig.h"
|
||||
#include "notify.h"
|
||||
|
||||
struct th_dvb_adapter_queue dvb_adapters;
|
||||
|
|
|
@ -47,7 +47,6 @@
|
|||
#include "psi.h"
|
||||
#include "dvb_support.h"
|
||||
#include "dvb_dvr.h"
|
||||
#include "dvb_muxconfig.h"
|
||||
#include "notify.h"
|
||||
|
||||
struct th_dvb_mux_instance_tree dvb_muxes;
|
||||
|
|
|
@ -28,7 +28,7 @@
|
|||
|
||||
#include "tvhead.h"
|
||||
#include "dvb.h"
|
||||
#include "dvb_muxconfig.h"
|
||||
#include "dvb_preconf.h"
|
||||
|
||||
/**
|
||||
* A big list of all known DVB networks (from linuxtv.org)
|
|
@ -36,7 +36,6 @@
|
|||
#include "tvhead.h"
|
||||
#include "dispatch.h"
|
||||
#include "dvb.h"
|
||||
#include "dvb_muxconfig.h"
|
||||
#include "dvb_support.h"
|
||||
#include "epg.h"
|
||||
#include "transports.h"
|
||||
|
|
|
@ -45,7 +45,6 @@
|
|||
#include "psi.h"
|
||||
#include "dvb_support.h"
|
||||
#include "dvb_dvr.h"
|
||||
#include "dvb_muxconfig.h"
|
||||
#include "notify.h"
|
||||
|
||||
|
||||
|
|
|
@ -35,7 +35,7 @@
|
|||
|
||||
#include "dvb/dvb.h"
|
||||
#include "dvb/dvb_support.h"
|
||||
#include "dvb/dvb_muxconfig.h"
|
||||
#include "dvb/dvb_preconf.h"
|
||||
#include "transports.h"
|
||||
|
||||
extern const char *htsversion;
|
||||
|
|
Loading…
Add table
Reference in a new issue