From eb5fedbbd6adfbb7a4e91e53bc70b5f48592c10f Mon Sep 17 00:00:00 2001 From: Bastien Nocera Date: Wed, 5 May 2004 09:11:38 +0000 Subject: make it possible for the CDDA plugin to give away Musicbrainz CD Index ID base64.[ch] are now relicensed under the GNU General Public License as per section 3 of the GNU Less General Public License sha1.[ch] are still under a public domain license, see headers for details CVS patchset: 6485 CVS date: 2004/05/05 09:11:38 --- src/input/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/input/Makefile.am') diff --git a/src/input/Makefile.am b/src/input/Makefile.am index 5d834fb22..35672d934 100644 --- a/src/input/Makefile.am +++ b/src/input/Makefile.am @@ -108,7 +108,7 @@ xineplug_inp_rtsp_la_SOURCES = input_rtsp.c net_buf_ctrl.c xineplug_inp_rtsp_la_LIBADD = $(XINE_LIB) libreal/libreal.la librtsp/librtsp.la xineplug_inp_rtsp_la_LDFLAGS = -avoid-version -module @XINE_PLUGIN_MIN_SYMS@ -xineplug_inp_cdda_la_SOURCES = input_cdda.c media_helper.c +xineplug_inp_cdda_la_SOURCES = input_cdda.c media_helper.c sha1.c sha1.h base64.c base64.h xineplug_inp_cdda_la_LIBADD = $(XINE_LIB) xineplug_inp_cdda_la_LDFLAGS = -avoid-version -module @XINE_PLUGIN_MIN_SYMS@ -- cgit v1.2.3