tv: move demuxer parts to separate file

Now all demuxer implementations (at least demuxer API-wise) are in the
demux directory.
This commit is contained in:
wm4
2014-07-05 17:00:23 +02:00
parent 37085788e4
commit 54a4a25fe9
6 changed files with 267 additions and 252 deletions

View File

@@ -50,7 +50,8 @@ SOURCES-$(MPG123) += audio/decode/ad_mpg123.c
SOURCES-$(PVR) += stream/stream_pvr.c
SOURCES-$(TV) += stream/stream_tv.c stream/tv.c \
stream/frequencies.c stream/tvi_dummy.c
stream/frequencies.c stream/tvi_dummy.c \
demux/demux_tv.c
SOURCES-$(TV_V4L2) += stream/tvi_v4l2.c stream/audio_in.c
SOURCES-$(DUMMY_OSD) += sub/osd_dummy.c