mirror of
https://github.com/mpv-player/mpv
synced 2024-12-18 21:06:00 +00:00
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
|
||||
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 \
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user