summaryrefslogtreecommitdiffstats
path: root/stream
diff options
context:
space:
mode:
Diffstat (limited to 'stream')
-rw-r--r--stream/Makefile4
-rw-r--r--stream/stream_cue.c (renamed from stream/cue_read.c)0
2 files changed, 1 insertions, 3 deletions
diff --git a/stream/Makefile b/stream/Makefile
index 3b2637c5da..f4e04fbcbe 100644
--- a/stream/Makefile
+++ b/stream/Makefile
@@ -12,9 +12,6 @@ ifeq ($(STREAM_CACHE),yes)
SRCS += cache2.c
endif
-# Miscellaneous
-SRCS += cue_read.c \
-
ifeq ($(CDDA),yes)
SRCS += stream_cdda.c cdinfo.c
ifeq ($(MPLAYER_NETWORK),yes)
@@ -24,6 +21,7 @@ endif
# Stream readers/writers
SRCS += stream.c \
+ stream_cue.c \
stream_file.c \
stream_null.c \
diff --git a/stream/cue_read.c b/stream/stream_cue.c
index ef2c8f71a2..ef2c8f71a2 100644
--- a/stream/cue_read.c
+++ b/stream/stream_cue.c