1.1.1 of libxine is ok

SVN revision: 20014
This commit is contained in:
Carsten Haitzler 2006-01-25 01:22:35 +00:00
parent 493998a643
commit 68b0b79d65
1 changed files with 1 additions and 1 deletions

View File

@ -137,7 +137,7 @@ AC_ARG_ENABLE(xine,
[enable_xine=$enableval],[enable_xine=auto])
HAVE_XINE="no"
if test "$enable_xine" != "no" ; then
AC_PATH_GENERIC(xine, 1.1.2, [HAVE_XINE="yes"])
AC_PATH_GENERIC(xine, 1.1.1, [HAVE_XINE="yes"])
if test "$HAVE_XINE" = "yes" ; then
requirements="$requirements libxine"