Mercurial > mplayer.hg
comparison stream/Makefile @ 19301:097e5bc71210
added dedicated file for mf:// input
author | ben |
---|---|
date | Thu, 03 Aug 2006 19:43:02 +0000 |
parents | 0c7ad1c632cc |
children | cc4774869fbc |
comparison
equal
deleted
inserted
replaced
19300:0c7ad1c632cc | 19301:097e5bc71210 |
---|---|
20 | 20 |
21 # Stream readers/writers | 21 # Stream readers/writers |
22 SRCS += stream.c \ | 22 SRCS += stream.c \ |
23 stream_cue.c \ | 23 stream_cue.c \ |
24 stream_file.c \ | 24 stream_file.c \ |
25 stream_mf.c \ | |
25 stream_null.c \ | 26 stream_null.c \ |
26 | 27 |
27 ifeq ($(HAVE_DVD),yes) | 28 ifeq ($(HAVE_DVD),yes) |
28 SRCS += stream_dvd.c | 29 SRCS += stream_dvd.c |
29 endif | 30 endif |