diff options
| author | Diego 'Flameeyes' Pettenò <flameeyes@gmail.com> | 2008-01-27 13:52:33 +0100 |
|---|---|---|
| committer | Diego 'Flameeyes' Pettenò <flameeyes@gmail.com> | 2008-01-27 13:52:33 +0100 |
| commit | d3801a2f741ac6931824bfef41ea0e7c39aa193d (patch) | |
| tree | 07a3ff7d13fb60a3b58ea87f5c1e3f80628b9f17 /src/input | |
| parent | 99a04ec01e35ff6e0c84195381ab55f2f8e04b9b (diff) | |
| download | xine-lib-d3801a2f741ac6931824bfef41ea0e7c39aa193d.tar.gz xine-lib-d3801a2f741ac6931824bfef41ea0e7c39aa193d.tar.bz2 | |
Move base64 header to xine-utils as we don't want it installed.
--HG--
rename : include/xine/base64.h => src/xine-utils/base64.h
Diffstat (limited to 'src/input')
| -rw-r--r-- | src/input/input_cdda.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/input/input_cdda.c b/src/input/input_cdda.c index 0e378c299..e2c32d509 100644 --- a/src/input/input_cdda.c +++ b/src/input/input_cdda.c @@ -69,6 +69,7 @@ #include <xine/xineutils.h> #include <xine/input_plugin.h> #include "media_helper.h" +#include "base64.h" #if defined(__sun) #define DEFAULT_CDDA_DEVICE "/vol/dev/aliases/cdrom0" |
