summaryrefslogtreecommitdiffstats
path: root/old-makefile
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2014-03-26 16:55:27 +0100
committerwm4 <wm4@nowhere>2014-03-26 16:55:27 +0100
commit6fa2c52589254d7c43901acbcbb9bc837bcb2043 (patch)
tree3599361d91b5159ab95b4e99ce396679c1693cec /old-makefile
parent32d818f02b4ed471c0d9f1d23fff784294d83c44 (diff)
downloadmpv-6fa2c52589254d7c43901acbcbb9bc837bcb2043.tar.bz2
mpv-6fa2c52589254d7c43901acbcbb9bc837bcb2043.tar.xz
stream_cdda: remove unused stuff
This cd_info_t struct was practically unused. The only thing it did was storing the track name of the form "Track %d" in a very roundabout way. Remove it. (It made more sense when there was still CDDB support.)
Diffstat (limited to 'old-makefile')
-rw-r--r--old-makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/old-makefile b/old-makefile
index 644fe5bcad..5d5e72410b 100644
--- a/old-makefile
+++ b/old-makefile
@@ -27,8 +27,7 @@ SOURCES_AUDIO_INPUT-$(ALSA) += stream/ai_alsa1x.c
SOURCES_AUDIO_INPUT-$(OSS) += stream/ai_oss.c
SOURCES_AUDIO_INPUT-$(SNDIO) += stream/ai_sndio.c
SOURCES-$(AUDIO_INPUT) += $(SOURCES_AUDIO_INPUT-yes)
-SOURCES-$(CDDA) += stream/stream_cdda.c \
- stream/cdinfo.c
+SOURCES-$(CDDA) += stream/stream_cdda.c
SOURCES-$(DVBIN) += stream/dvb_tune.c \
stream/stream_dvb.c
SOURCES-$(DVDREAD) += stream/stream_dvd.c \