Mercurial > mplayer.hg
diff stream/Makefile @ 21326:af809f05ed57
Add a config.mak variable for CDDB.
author | diego |
---|---|
date | Mon, 27 Nov 2006 22:02:06 +0000 |
parents | ef59ac68c9b6 |
children | 8bcff5c7e387 |
line wrap: on
line diff
--- a/stream/Makefile Mon Nov 27 21:59:13 2006 +0000 +++ b/stream/Makefile Mon Nov 27 22:02:06 2006 +0000 @@ -12,6 +12,7 @@ url.c \ SRCS-$(CDDA) += stream_cdda.c cdinfo.c +SRCS-$(CDDB) += stream_cddb.c SRCS-$(DVBIN) += dvb_tune.c stream_dvb.c SRCS-$(DVDNAV) += stream_dvdnav.c SRCS-$(DVDREAD) += stream_dvd.c @@ -55,9 +56,6 @@ SRCS-$(VSTREAM) += stream_vstream.c #FIXME: These should have variables assigned in configure. -ifeq ($(CDDA),yes) -SRCS-$(MPLAYER_NETWORK) += stream_cddb.c -endif ifeq ($(TV_V4L),yes) SRCS-$(ALSA1X) += ai_alsa1x.c SRCS-$(ALSA9) += ai_alsa.c