mirror of https://github.com/mpv-player/mpv
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:
parent
9ce2dd26c0
commit
91dcf52b19
|
@ -12,9 +12,6 @@ ifeq ($(STREAM_CACHE),yes)
|
||||||
SRCS += cache2.c
|
SRCS += cache2.c
|
||||||
endif
|
endif
|
||||||
|
|
||||||
# Miscellaneous
|
|
||||||
SRCS += cue_read.c \
|
|
||||||
|
|
||||||
ifeq ($(CDDA),yes)
|
ifeq ($(CDDA),yes)
|
||||||
SRCS += stream_cdda.c cdinfo.c
|
SRCS += stream_cdda.c cdinfo.c
|
||||||
ifeq ($(MPLAYER_NETWORK),yes)
|
ifeq ($(MPLAYER_NETWORK),yes)
|
||||||
|
@ -24,6 +21,7 @@ endif
|
||||||
|
|
||||||
# Stream readers/writers
|
# Stream readers/writers
|
||||||
SRCS += stream.c \
|
SRCS += stream.c \
|
||||||
|
stream_cue.c \
|
||||||
stream_file.c \
|
stream_file.c \
|
||||||
stream_null.c \
|
stream_null.c \
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue