summaryrefslogtreecommitdiff
path: root/src/input/Makefile.am
diff options
context:
space:
mode:
authorThibaut Mattern <thibaut.mattern@gmail.com>2007-04-06 15:28:37 +0200
committerThibaut Mattern <thibaut.mattern@gmail.com>2007-04-06 15:28:37 +0200
commit42cbd632976d2c9d5293ad03418dce3c7db2797d (patch)
treeafa4457113d404226892fcdb9c7d1d6f413f9acf /src/input/Makefile.am
parent90ec5563d6d3ce1abd5fc52d4aee1b0ecf6c7516 (diff)
downloadxine-lib-42cbd632976d2c9d5293ad03418dce3c7db2797d.tar.gz
xine-lib-42cbd632976d2c9d5293ad03418dce3c7db2797d.tar.bz2
- Moved base64 stuff to xine-utils.
- Added config entry serialization. - Added serialized config entries to the plugin cache. --HG-- rename : src/input/base64.c => src/xine-utils/base64.c rename : src/input/base64.h => src/xine-utils/base64.h
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 68adf84be..1b6378efc 100644
--- a/src/input/Makefile.am
+++ b/src/input/Makefile.am
@@ -126,7 +126,7 @@ xineplug_inp_rtsp_la_LIBADD = $(XINE_LIB) $(PTHREAD_LIBS) libreal/libreal.la lib
xineplug_inp_rtsp_la_CFLAGS = $(VISIBILITY_FLAG) $(AM_CFLAGS)
xineplug_inp_rtsp_la_LDFLAGS = -avoid-version -module
-xineplug_inp_cdda_la_SOURCES = input_cdda.c media_helper.c sha1.c sha1.h base64.c base64.h
+xineplug_inp_cdda_la_SOURCES = input_cdda.c media_helper.c sha1.c sha1.h
xineplug_inp_cdda_la_LIBADD = $(XINE_LIB)
xineplug_inp_cdda_la_CFLAGS = $(VISIBILITY_FLAG) $(AM_CFLAGS)
xineplug_inp_cdda_la_LDFLAGS = -avoid-version -module