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
This commit is contained in:
ben 2006-08-03 19:25:16 +00:00
parent 9ce2dd26c0
commit 91dcf52b19
2 changed files with 1 additions and 3 deletions

View File

@ -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 \