Mercurial > mplayer.hg
comparison stream/Makefile @ 19298:bbce98bb6d05
renamed cue_read.c to stream_cue.c for consistency
author | ben |
---|---|
date | Thu, 03 Aug 2006 19:25:16 +0000 |
parents | 3583e8ff4da4 |
children | 0c7ad1c632cc |
comparison
equal
deleted
inserted
replaced
19297:4255dce93f82 | 19298:bbce98bb6d05 |
---|---|
10 | 10 |
11 ifeq ($(STREAM_CACHE),yes) | 11 ifeq ($(STREAM_CACHE),yes) |
12 SRCS += cache2.c | 12 SRCS += cache2.c |
13 endif | 13 endif |
14 | 14 |
15 # Miscellaneous | |
16 SRCS += cue_read.c \ | |
17 | |
18 ifeq ($(CDDA),yes) | 15 ifeq ($(CDDA),yes) |
19 SRCS += stream_cdda.c cdinfo.c | 16 SRCS += stream_cdda.c cdinfo.c |
20 ifeq ($(MPLAYER_NETWORK),yes) | 17 ifeq ($(MPLAYER_NETWORK),yes) |
21 SRCS += stream_cddb.c | 18 SRCS += stream_cddb.c |
22 endif | 19 endif |
23 endif | 20 endif |
24 | 21 |
25 # Stream readers/writers | 22 # Stream readers/writers |
26 SRCS += stream.c \ | 23 SRCS += stream.c \ |
24 stream_cue.c \ | |
27 stream_file.c \ | 25 stream_file.c \ |
28 stream_null.c \ | 26 stream_null.c \ |
29 | 27 |
30 ifeq ($(HAVE_DVD),yes) | 28 ifeq ($(HAVE_DVD),yes) |
31 SRCS += stream_dvd.c | 29 SRCS += stream_dvd.c |