summaryrefslogtreecommitdiff
path: root/m4
diff options
context:
space:
mode:
authorDarren Salt <linux@youmustbejoking.demon.co.uk>2009-01-11 01:42:02 +0000
committerDarren Salt <linux@youmustbejoking.demon.co.uk>2009-01-11 01:42:02 +0000
commit131182433db9769a79829507d584acf93a661f80 (patch)
tree393527585399677e47058800655ed5940f1393ee /m4
parent2389267c73ec12bf71c501c354a0fbbd548489ed (diff)
parentf80db4ca6458e86b2db6f7e36bdefb89054dfd53 (diff)
downloadxine-lib-131182433db9769a79829507d584acf93a661f80.tar.gz
xine-lib-131182433db9769a79829507d584acf93a661f80.tar.bz2
Merge from 1.1, dropping the build fix for old libavcodec.
--HG-- rename : doc/faq/faq.sgml => doc/faq/faq.docbook
Diffstat (limited to 'm4')
-rw-r--r--m4/video_out.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/m4/video_out.m4 b/m4/video_out.m4
index 67d063854..c1504df19 100644
--- a/m4/video_out.m4
+++ b/m4/video_out.m4
@@ -74,7 +74,7 @@ AC_DEFUN([XINE_VIDEO_OUT_PLUGINS], [
[test x"$withval" != x"no" && with_caca="yes"],
[test $default_with_caca = without && with_caca=no])
if test x"$with_caca" != x"no"; then
- PKG_CHECK_MODULES([CACA], [caca cucul], [have_caca="yes"], [have_caca="no"])
+ PKG_CHECK_MODULES([CACA], [caca >= 0.99beta14 cucul >= 0.99beta14], [have_caca="yes"], [have_caca="no"])
if test x"$with_caca" = x"yes" && test x"$have_caca" != x"yes"; then
AC_MSG_ERROR([CACA support requested, but libcaca 0.99 not found])
fi