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 similarity index 100% rename from stream/cue_read.c rename to stream/stream_cue.c