diff options
author | phintuka <phintuka> | 2010-03-12 12:07:22 +0000 |
---|---|---|
committer | phintuka <phintuka> | 2010-03-12 12:07:22 +0000 |
commit | 8d5285c1866a391f054d260cd96a231247e92ba2 (patch) | |
tree | 103e80afa40d4a0e3ec695c9847198ae869c8d1a | |
parent | 233dc35ad23345197e4fc6814698be0dd207d6f4 (diff) | |
download | xineliboutput-8d5285c1866a391f054d260cd96a231247e92ba2.tar.gz xineliboutput-8d5285c1866a391f054d260cd96a231247e92ba2.tar.bz2 |
Use pkg-config instead of deprecated xine-config
-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` |