comparison stream/Makefile @ 19272:e53b30cd047f

renamed cddX stream interface to stream_cddX for consistency
author ben
date Mon, 31 Jul 2006 17:48:50 +0000
parents 64d82a45a05d
children 11ec1cb3a7ea
comparison
equal deleted inserted replaced
19271:64d82a45a05d 19272:e53b30cd047f
15 # Miscellaneous 15 # Miscellaneous
16 SRCS += cdinfo.c \ 16 SRCS += cdinfo.c \
17 cue_read.c \ 17 cue_read.c \
18 18
19 ifeq ($(CDDA),yes) 19 ifeq ($(CDDA),yes)
20 SRCS += cdda.c 20 SRCS += stream_cdda.c
21 ifeq ($(MPLAYER_NETWORK),yes) 21 ifeq ($(MPLAYER_NETWORK),yes)
22 SRCS += cddb.c 22 SRCS += stream_cddb.c
23 endif 23 endif
24 endif 24 endif
25 25
26 # Stream readers/writers 26 # Stream readers/writers
27 SRCS += stream.c \ 27 SRCS += stream.c \