diff options
author | Bastien Nocera <hadess@users.sourceforge.net> | 2004-05-05 09:11:38 +0000 |
---|---|---|
committer | Bastien Nocera <hadess@users.sourceforge.net> | 2004-05-05 09:11:38 +0000 |
commit | eb5fedbbd6adfbb7a4e91e53bc70b5f48592c10f (patch) | |
tree | 0890cd11d2c14615c9854815b2e4f4b8103010ef /src/input/Makefile.am | |
parent | a3f734fddfc6c2b277a44cc82452d09aaf5e638d (diff) | |
download | xine-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.am | 2 |
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@ |