[MPlayer-cvslog] r19278 - in trunk/stream: Makefile cdda.c cddb.c stream_cdda.c stream_cddb.c

ben subversion at mplayerhq.hu
Mon Jul 31 19:48:52 CEST 2006


Author: ben
Date: Mon Jul 31 19:48:50 2006
New Revision: 19278

Added:
   trunk/stream/stream_cdda.c
      - copied unchanged from r19277, /trunk/stream/cdda.c
   trunk/stream/stream_cddb.c
      - copied unchanged from r19277, /trunk/stream/cddb.c
Removed:
   trunk/stream/cdda.c
   trunk/stream/cddb.c
Modified:
   trunk/stream/Makefile

Log:
renamed cddX stream interface to stream_cddX for consistency

Modified: trunk/stream/Makefile
==============================================================================
--- trunk/stream/Makefile	(original)
+++ trunk/stream/Makefile	Mon Jul 31 19:48:50 2006
@@ -17,9 +17,9 @@
         cue_read.c \
 
 ifeq ($(CDDA),yes)
-SRCS += cdda.c
+SRCS += stream_cdda.c
   ifeq ($(MPLAYER_NETWORK),yes)
-  SRCS += cddb.c
+  SRCS += stream_cddb.c
   endif
 endif
 



More information about the MPlayer-cvslog mailing list