diff options
author | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2008-04-09 19:10:58 +0100 |
---|---|---|
committer | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2008-04-09 19:10:58 +0100 |
commit | 8063ffb8c0b354d54834ba53b22003dac481de2c (patch) | |
tree | 2663524c8c6376ab1ee7dd2a620b0979fc80ddb3 /src/input/input_cdda.c | |
parent | 39939c95eff90545285a9a8f761d9fa6e9349358 (diff) | |
download | xine-lib-8063ffb8c0b354d54834ba53b22003dac481de2c.tar.gz xine-lib-8063ffb8c0b354d54834ba53b22003dac481de2c.tar.bz2 |
Compilation fixes, mostly ffmpeg-related, and linkage fixes.
Tests done on amd64 with ffmpeg 0.svn20080206 from Debian experimental.
libavcodec 51.50.0, libavutil 49.6.0, libpostproc 51.1.0
Diffstat (limited to 'src/input/input_cdda.c')
-rw-r--r-- | src/input/input_cdda.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/input/input_cdda.c b/src/input/input_cdda.c index bf958b839..cc873bb16 100644 --- a/src/input/input_cdda.c +++ b/src/input/input_cdda.c @@ -58,8 +58,8 @@ #include <basedir.h> -#include <libavutil/base64.h> -#include <libavutil/sha1.h> +#include <base64.h> +#include <sha1.h> #define LOG_MODULE "input_cdda" #define LOG_VERBOSE |