diff options
author | Darren Salt <devspam@moreofthesa.me.uk> | 2014-06-17 21:52:52 +0100 |
---|---|---|
committer | Darren Salt <devspam@moreofthesa.me.uk> | 2014-06-17 21:52:52 +0100 |
commit | 3a71697cc61f1a131dcec073ce4f4e2634e2cb49 (patch) | |
tree | e1aaec050e6450506bdfc249a9840f0e25629040 /src | |
parent | dd993300ca19e40f1ec4e41bae995f89b8a4f5cd (diff) | |
download | xine-lib-3a71697cc61f1a131dcec073ce4f4e2634e2cb49.tar.gz xine-lib-3a71697cc61f1a131dcec073ce4f4e2634e2cb49.tar.bz2 |
Fix detection of and compilation with libcaca 0.99 beta 19.
Diffstat (limited to 'src')
-rw-r--r-- | src/video_out/video_out_caca.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/video_out/video_out_caca.c b/src/video_out/video_out_caca.c index e402db42b..06c57515e 100644 --- a/src/video_out/video_out_caca.c +++ b/src/video_out/video_out_caca.c @@ -34,7 +34,9 @@ #include <sys/stat.h> #include <sys/mman.h> #include <sys/time.h> +#ifdef HAVE_CUCUL #include <cucul.h> +#endif #include <caca.h> #ifdef HAVE_FFMPEG_AVUTIL_H |