summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorphintuka <phintuka>2010-03-12 12:07:22 +0000
committerphintuka <phintuka>2010-03-12 12:07:22 +0000
commit8d5285c1866a391f054d260cd96a231247e92ba2 (patch)
tree103e80afa40d4a0e3ec695c9847198ae869c8d1a
parent233dc35ad23345197e4fc6814698be0dd207d6f4 (diff)
downloadxineliboutput-8d5285c1866a391f054d260cd96a231247e92ba2.tar.gz
xineliboutput-8d5285c1866a391f054d260cd96a231247e92ba2.tar.bz2
Use pkg-config instead of deprecated xine-config
-rwxr-xr-xconfigure4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure
index 25624e34..29ab33c0 100755
--- a/configure
+++ b/configure
@@ -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`