summaryrefslogtreecommitdiff
path: root/m4
diff options
context:
space:
mode:
authorDarren Salt <linux@youmustbejoking.demon.co.uk>2009-05-17 14:30:19 +0100
committerDarren Salt <linux@youmustbejoking.demon.co.uk>2009-05-17 14:30:19 +0100
commitfbcc139d89822c4eb1718e6d4537249658bd813f (patch)
tree25d1f8619bcfc1999b58ac91004ad5142c49bd98 /m4
parent66c3a44b4feb04165e6849f54483b22611431482 (diff)
parent7449244be479be3437f822a99c12d8597176e1af (diff)
downloadxine-lib-fbcc139d89822c4eb1718e6d4537249658bd813f.tar.gz
xine-lib-fbcc139d89822c4eb1718e6d4537249658bd813f.tar.bz2
Merge from 1.1.
Diffstat (limited to 'm4')
-rw-r--r--m4/video_out.m44
1 files changed, 2 insertions, 2 deletions
diff --git a/m4/video_out.m4 b/m4/video_out.m4
index c1504df19..7870b7558 100644
--- a/m4/video_out.m4
+++ b/m4/video_out.m4
@@ -419,13 +419,13 @@ AC_DEFUN([XINE_VIDEO_OUT_PLUGINS], [
[test $default_enable_xvmc = disable && enable_xvmc="no"])
AC_ARG_WITH([xvmc-path],
[AS_HELP_STRING([--with-xvmc-path=PATH], [where libXvMC for the xvmc plugin are installed])],
- [], [with_xvmc_path="${x_libraries:-/usr/lib}"])
+ [], [with_xvmc_path="$x_libraries"])
AC_ARG_WITH([xvmc-lib],
[AS_HELP_STRING([--with-xvmc-lib=LIBNAME], [The name of the XvMC library libLIBNAME.so for the xvmc plugin])],
[], [with_xvmc_lib="XvMCW"])
AC_ARG_WITH([xxmc-path],
[AS_HELP_STRING([--with-xxmc-path=PATH], [Where libXvMC for the xxmc plugin are installed])],
- [], [with_xxmc_path="${x_libraries:-/usr/lib}"])
+ [], [with_xxmc_path="$x_libraries"])
AC_ARG_WITH([xxmc-lib],
[AS_HELP_STRING([--with-xxmc-lib=LIBNAME], [The name of the XvMC library libLIBNAME.so for the xxmc plugin])],
[], [with_xxmc_lib="XvMCW"])