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-30 17:54:15 +0200
commit144c67efaf1d2fd397b3d0b1a799a8aa2f87c7f9 (patch)
tree51c4d1aa578ee3ab859b81b54618699ec5fa3e83 /old-makefile
parent96d7e80ddfe88425d73b8581c1409364b005ade9 (diff)
downloadmpv-144c67efaf1d2fd397b3d0b1a799a8aa2f87c7f9.tar.bz2
mpv-144c67efaf1d2fd397b3d0b1a799a8aa2f87c7f9.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 63e61bf683..624399d166 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 \