[MPlayer-cvslog] r19304 - in trunk/stream: Makefile cue_read.c stream_cue.c

ben subversion at mplayerhq.hu
Thu Aug 3 21:25:16 CEST 2006


Author: ben
Date: Thu Aug  3 21:25:16 2006
New Revision: 19304

Added:
   trunk/stream/stream_cue.c
      - copied unchanged from r19303, /trunk/stream/cue_read.c
Removed:
   trunk/stream/cue_read.c
Modified:
   trunk/stream/Makefile

Log:
renamed cue_read.c to stream_cue.c for consistency

Modified: trunk/stream/Makefile
==============================================================================
--- trunk/stream/Makefile	(original)
+++ trunk/stream/Makefile	Thu Aug  3 21:25:16 2006
@@ -12,9 +12,6 @@
 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 @@
 
 # Stream readers/writers
 SRCS += stream.c \
+        stream_cue.c \
         stream_file.c \
         stream_null.c \
 



More information about the MPlayer-cvslog mailing list