Move DVB subsystem to a directory of its own.

This commit is contained in:
Andreas Öman 2008-08-25 16:27:32 +00:00
parent ce4669b418
commit 9a6a0b8419
20 changed files with 7 additions and 14 deletions

View file

@ -13,6 +13,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 \
diseqc.c
@ -41,7 +42,7 @@ JSSRCS += tvheadend.js extensions.js acleditor.js cwceditor.js \
CSSSRCS += ext.css
PROGPATH = $(HTS_BUILD_ROOT)/tvheadend_newui
PROGPATH = $(HTS_BUILD_ROOT)/tvheadend
PROG = tvheadend
MAN = tvheadend.1
CFLAGS += -g -Wall -Werror -O2 -mmmx

View file

@ -32,7 +32,6 @@
#include <libhts/htscfg.h>
#include "tvhead.h"
#include "dvb.h"
#include "v4l.h"
#include "iptv_input.h"
#include "psi.h"

View file

View file

View file

@ -36,7 +36,6 @@
#include "epg.h"
#include "teletext.h"
#include "dispatch.h"
#include "dvb.h"
#include "buffer.h"
#include "tsmux.h"
#include "tcp.h"

2
main.c
View file

@ -37,7 +37,7 @@
#include <libavformat/avformat.h>
#include "tvhead.h"
#include "dvb.h"
#include "dvb/dvb.h"
#include "v4l.h"
#include "channels.h"
#include "htsclient.h"

2
psi.c
View file

@ -28,7 +28,7 @@
#include "tvhead.h"
#include "psi.h"
#include "transports.h"
#include "dvb_support.h"
#include "dvb/dvb_support.h"
#include "tsdemux.h"
#include "parsers.h"

1
rtsp.c
View file

@ -35,7 +35,6 @@
#include "epg.h"
#include "teletext.h"
#include "dispatch.h"
#include "dvb.h"
#include "rtp.h"
#include "tsmux.h"
#include "tcp.h"

View file

@ -38,13 +38,11 @@
#include "tvhead.h"
#include "dispatch.h"
#include "dvb_dvr.h"
#include "teletext.h"
#include "transports.h"
#include "subscriptions.h"
#include "v4l.h"
#include "dvb_dvr.h"
#include "iptv_input.h"
#include "psi.h"

View file

@ -38,15 +38,12 @@
#include "tvhead.h"
#include "dispatch.h"
#include "dvb_dvr.h"
#include "dvb_support.h"
#include "teletext.h"
#include "transports.h"
#include "subscriptions.h"
#include "tsdemux.h"
#include "v4l.h"
#include "dvb_dvr.h"
#include "iptv_input.h"
#include "psi.h"
#include "buffer.h"

View file

@ -33,9 +33,9 @@
#include "access.h"
#include "dtable.h"
#include "dvb.h"
#include "dvb_support.h"
#include "dvb_muxconfig.h"
#include "dvb/dvb.h"
#include "dvb/dvb_support.h"
#include "dvb/dvb_muxconfig.h"
#include "transports.h"
extern const char *htsversion;