diff options
| author | Thibaut Mattern <thibaut.mattern@gmail.com> | 2007-04-06 15:28:37 +0200 |
|---|---|---|
| committer | Thibaut Mattern <thibaut.mattern@gmail.com> | 2007-04-06 15:28:37 +0200 |
| commit | 42cbd632976d2c9d5293ad03418dce3c7db2797d (patch) | |
| tree | afa4457113d404226892fcdb9c7d1d6f413f9acf /src/input/Makefile.am | |
| parent | 90ec5563d6d3ce1abd5fc52d4aee1b0ecf6c7516 (diff) | |
| download | xine-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.am | 2 |
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 |
