diff options
author | Siggi Langauf <siggi@users.sourceforge.net> | 2004-12-25 21:10:59 +0000 |
---|---|---|
committer | Siggi Langauf <siggi@users.sourceforge.net> | 2004-12-25 21:10:59 +0000 |
commit | f4af7a77078f3a3356de3bbeb3275dab767dae5d (patch) | |
tree | aefc0443316a8855e813a36c5b22b175ba51b8f9 /configure.ac | |
parent | c2e817d4ed02e1e184ce7f2e64c51ac2cc3d63bd (diff) | |
download | xine-lib-xine-1_0-release.tar.gz xine-lib-xine-1_0-release.tar.bz2 |
hopefully last release preparations for 1.0xine-1_0-release1.0
CVS patchset: 7302
CVS date: 2004/12/25 21:10:59
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/configure.ac b/configure.ac index 972bfeb5f..349da779f 100644 --- a/configure.ac +++ b/configure.ac @@ -492,8 +492,8 @@ dnl ---------------------------------------------- dnl Check for Xv and XvMC support (iconv is also tested here?) dnl ---------------------------------------------- -dnl static linking is preferred! -dnl but only dynamic linking is possible when using libtool < 1.4.0 +dnl With recent XFree86 or Xorg, dynamic linking is preferred! +dnl Only dynamic linking is possible when using libtool < 1.4.0 dnl ---------------------------------------------- dnl SECTION: Check for Xv and XvMC support (iconv is also tested here?) @@ -502,9 +502,9 @@ AC_ARG_WITH(xv-path, AC_HELP_STRING([--with-xv-path=path], [where libXv is insta xv_path="$withval",) AC_ARG_ENABLE(shared-xv, - AC_HELP_STRING([--enable-shared-xv],[Enable this to force linking against libXv.so]), - xv_prefer_shared="yes", - xv_prefer_shared="no") + AC_HELP_STRING([--enable-static-xv],[Enable this to force linking against libXv.a]), + xv_prefer_shared="no", + xv_prefer_shared="yes") if test x"$no_x" != "xyes"; then |