summaryrefslogtreecommitdiff
path: root/src/input/Makefile.am
diff options
context:
space:
mode:
authorBastien Nocera <hadess@users.sourceforge.net>2004-05-05 09:11:38 +0000
committerBastien Nocera <hadess@users.sourceforge.net>2004-05-05 09:11:38 +0000
commiteb5fedbbd6adfbb7a4e91e53bc70b5f48592c10f (patch)
tree0890cd11d2c14615c9854815b2e4f4b8103010ef /src/input/Makefile.am
parenta3f734fddfc6c2b277a44cc82452d09aaf5e638d (diff)
downloadxine-lib-eb5fedbbd6adfbb7a4e91e53bc70b5f48592c10f.tar.gz
xine-lib-eb5fedbbd6adfbb7a4e91e53bc70b5f48592c10f.tar.bz2
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
Diffstat (limited to 'src/input/Makefile.am')
-rw-r--r--src/input/Makefile.am2
1 files changed, 1 insertions, 1 deletions
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@