From 54a4a25fe9d4504ba60fe40dc15744403a4680f9 Mon Sep 17 00:00:00 2001 From: wm4 Date: Sat, 5 Jul 2014 17:00:23 +0200 Subject: tv: move demuxer parts to separate file Now all demuxer implementations (at least demuxer API-wise) are in the demux directory. --- old-makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'old-makefile') diff --git a/old-makefile b/old-makefile index 9c372c9b25..c5d8e6a223 100644 --- a/old-makefile +++ b/old-makefile @@ -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 -- cgit v1.2.3