summaryrefslogtreecommitdiffstats
path: root/old-makefile
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2014-07-05 17:00:23 +0200
committerwm4 <wm4@nowhere>2014-07-05 17:07:15 +0200
commit54a4a25fe9d4504ba60fe40dc15744403a4680f9 (patch)
tree74927e9ff52208cf0db4d6bbb382716453d32d59 /old-makefile
parent37085788e4d25b9eba65e850b80c8184b51b0ad3 (diff)
downloadmpv-54a4a25fe9d4504ba60fe40dc15744403a4680f9.tar.bz2
mpv-54a4a25fe9d4504ba60fe40dc15744403a4680f9.tar.xz
tv: move demuxer parts to separate file
Now all demuxer implementations (at least demuxer API-wise) are in the demux directory.
Diffstat (limited to 'old-makefile')
-rw-r--r--old-makefile3
1 files changed, 2 insertions, 1 deletions
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