diff 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
line wrap: on
line diff
--- a/stream/Makefile	Mon Jul 31 17:39:17 2006 +0000
+++ b/stream/Makefile	Mon Jul 31 17:48:50 2006 +0000
@@ -17,9 +17,9 @@
         cue_read.c \
 
 ifeq ($(CDDA),yes)
-SRCS += cdda.c
+SRCS += stream_cdda.c
   ifeq ($(MPLAYER_NETWORK),yes)
-  SRCS += cddb.c
+  SRCS += stream_cddb.c
   endif
 endif