summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--stream/Makefile4
-rw-r--r--stream/stream_cdda.c (renamed from stream/cdda.c)0
-rw-r--r--stream/stream_cddb.c (renamed from stream/cddb.c)0
3 files changed, 2 insertions, 2 deletions
diff --git a/stream/Makefile b/stream/Makefile
index 5815c3b0c5..e8a33f2b61 100644
--- a/stream/Makefile
+++ b/stream/Makefile
@@ -17,9 +17,9 @@ SRCS += cdinfo.c \
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
diff --git a/stream/cdda.c b/stream/stream_cdda.c
index 2757f8ccab..2757f8ccab 100644
--- a/stream/cdda.c
+++ b/stream/stream_cdda.c
diff --git a/stream/cddb.c b/stream/stream_cddb.c
index 2bc127029e..2bc127029e 100644
--- a/stream/cddb.c
+++ b/stream/stream_cddb.c