summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-07-09 17:00:23 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-07-09 17:00:23 +0000
commit2efd5b393de605e5e94123ce421e7c52e84a9faa (patch)
treee1e25446befc1637844b9a666f05b2236ebc66bd /configure
parent4efbcdb3b560135034787d5c46bfb56f5970cbd1 (diff)
downloadmpv-2efd5b393de605e5e94123ce421e7c52e84a9faa.tar.bz2
mpv-2efd5b393de605e5e94123ce421e7c52e84a9faa.tar.xz
10l, xvmclib(dir) does not specify a directory name.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18984 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure10
1 files changed, 5 insertions, 5 deletions
diff --git a/configure b/configure
index 323dab178a..f0336429dc 100755
--- a/configure
+++ b/configure
@@ -421,7 +421,7 @@ multiple paths separated by ':'):
--with-xmmslibdir=DIR libxmms.so.1 in DIR
--with-cdparanoiaincdir=DIR cdparanoia headers in DIR (*)
--with-cdparanoialibdir=DIR cdparanoia libraries (libcdda_*) in DIR (*)
- --with-xvmclibdir=NAME name of adapter-specific library (e.g. XvMCNVIDIA)
+ --with-xvmclib=NAME name of adapter-specific library (e.g. XvMCNVIDIA)
--with-termcaplib=NAME name of library with termcap functionality
name should be given without leading "lib"
checks for "termcap" and "tinfo"
@@ -3869,16 +3869,16 @@ int main(void) {
(void) XvMCCreateContext(0,0,0,0,0,0,0);
return 0; }
EOF
- for _ld_tmp in $_xvmclibdir XvMCNVIDIA XvMCW I810XvMC ; do
- cc_check $_inc_x11 -lXvMC -l$_ld_tmp $_ld_xv $_ld_x11 && _xvmc=yes && _xvmclibdir="$_ld_tmp" && break
+ for _ld_tmp in $_xvmclib XvMCNVIDIA XvMCW I810XvMC ; do
+ cc_check $_inc_x11 -lXvMC -l$_ld_tmp $_ld_xv $_ld_x11 && _xvmc=yes && _xvmclib="$_ld_tmp" && break
done
fi
if test "$_xvmc" = yes ; then
_def_xvmc='#define HAVE_XVMC 1'
- _ld_xvmc="-lXvMC -l$_xvmclibdir"
+ _ld_xvmc="-lXvMC -l$_xvmclib"
_vosrc="$_vosrc vo_xvmc.c"
_vomodules="xvmc $_vomodules"
- _res_comment="using $_xvmclibdir"
+ _res_comment="using $_xvmclib"
else
_def_xvmc='#undef HAVE_XVMC'
_novomodules="xvmc $_novomodules"