Rename dvb_muxconfig.* into dvb_preconf.*

This commit is contained in:
Andreas Öman 2008-08-25 16:57:14 +00:00
parent 3ef0bc729b
commit abc06fbae9
8 changed files with 3 additions and 7 deletions

View file

@ -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

View file

@ -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;

View file

@ -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;

View file

@ -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)

View file

@ -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"

View file

@ -45,7 +45,6 @@
#include "psi.h"
#include "dvb_support.h"
#include "dvb_dvr.h"
#include "dvb_muxconfig.h"
#include "notify.h"

View file

@ -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;