summaryrefslogtreecommitdiff
path: root/m4
diff options
context:
space:
mode:
authorDarren Salt <linux@youmustbejoking.demon.co.uk>2008-10-13 00:30:37 +0100
committerDarren Salt <linux@youmustbejoking.demon.co.uk>2008-10-13 00:30:37 +0100
commit9c92484c911e0f3d401a0230c90c4bcf40b84c05 (patch)
tree4248cd1333a272bde1d21b598ea1108f186dd050 /m4
parent9063eb601ef82bb5a43faf2cc07ab87af9fd8977 (diff)
parent574282f24812a9cfac7f120e08115b29362f44fa (diff)
downloadxine-lib-9c92484c911e0f3d401a0230c90c4bcf40b84c05.tar.gz
xine-lib-9c92484c911e0f3d401a0230c90c4bcf40b84c05.tar.bz2
Merge from 1.1.
--HG-- rename : src/xine-engine/buffer.h => include/xine/buffer.h
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 df782ff06..67d063854 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"])
+ [], [with_xvmc_path="${x_libraries:-/usr/lib}"])
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"])
+ [], [with_xxmc_path="${x_libraries:-/usr/lib}"])
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"])