don't try to get xine's plugin directory, we don't even use it.

SVN revision: 28955
This commit is contained in:
tilman 2007-03-23 10:09:35 +00:00 committed by tilman
parent fd06d62269
commit 1144c93c93
1 changed files with 0 additions and 2 deletions

View File

@ -103,8 +103,6 @@ if test "$enable_xine" != "no" ; then
if test "$HAVE_XINE" = "yes" ; then
requirements="$requirements libxine"
xine_plugins=$(pkg-config --variable=plugindir libxine)
AC_SUBST(xine_plugins)
fi
fi
if test "$enable_xine$HAVE_XINE" = "yesno" ; then