diff options
-rwxr-xr-x | configure | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -7,7 +7,7 @@ # See the main source file 'xineliboutput.c' for copyright information and # how to reach the author. # -# * $Id: configure,v 1.20 2010-03-12 11:58:08 phintuka Exp $ +# * $Id: configure,v 1.21 2010-03-12 12:07:22 phintuka Exp $ # PKG_CONFIG="pkg-config" @@ -343,7 +343,7 @@ test_library XINE libxine "xine.h" "-lxine" "xine_init(0)" if enabled libxine; then log -n "Checking for xine plugin directory ..." - if enabled pkgconfig && $PKG_CONFIG libxine --atleast-version 1.1.90; then + if enabled pkgconfig && $PKG_CONFIG libxine --atleast-version 1.1.17; then XINEPLUGINDIR=`$PKG_CONFIG libxine --variable=plugindir` else XINEPLUGINDIR=`xine-config --plugindir` |