diff options
author | ben <ben@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2006-07-31 17:48:50 +0000 |
---|---|---|
committer | ben <ben@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2006-07-31 17:48:50 +0000 |
commit | 7690284b94cecc13f0f6a3d853751df5419c0d58 (patch) | |
tree | c3e6a95d53d71429cb4cfc180b1b470f69655c8d /stream | |
parent | 49867bd432352d19172ab26cf873bd5651e69e25 (diff) |
renamed cddX stream interface to stream_cddX for consistency
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19278 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'stream')
-rw-r--r-- | stream/Makefile | 4 | ||||
-rw-r--r-- | stream/stream_cdda.c (renamed from stream/cdda.c) | 0 | ||||
-rw-r--r-- | stream/stream_cddb.c (renamed from stream/cddb.c) | 0 |
3 files changed, 2 insertions, 2 deletions
diff --git a/stream/Makefile b/stream/Makefile index 5815c3b0c5..e8a33f2b61 100644 --- a/stream/Makefile +++ b/stream/Makefile @@ -17,9 +17,9 @@ SRCS += cdinfo.c \ 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 diff --git a/stream/cdda.c b/stream/stream_cdda.c index 2757f8ccab..2757f8ccab 100644 --- a/stream/cdda.c +++ b/stream/stream_cdda.c diff --git a/stream/cddb.c b/stream/stream_cddb.c index 2bc127029e..2bc127029e 100644 --- a/stream/cddb.c +++ b/stream/stream_cddb.c |