summaryrefslogtreecommitdiffstats
path: root/stream
diff options
context:
space:
mode:
authorben <ben@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-08-03 19:25:16 +0000
committerben <ben@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-08-03 19:25:16 +0000
commit91dcf52b1915bc018d04c4b7290ad825feb44dcc (patch)
treef7f0415951a00b290fa4fa866a582a9c4970f371 /stream
parent9ce2dd26c005b1134d8b8b045545191b42777def (diff)
downloadmpv-91dcf52b1915bc018d04c4b7290ad825feb44dcc.tar.bz2
mpv-91dcf52b1915bc018d04c4b7290ad825feb44dcc.tar.xz
renamed cue_read.c to stream_cue.c for consistency
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19304 b3059339-0415-0410-9bf9-f77b7e298cf2
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