diff options
author | Michael Roitzsch <mroi@users.sourceforge.net> | 2004-11-11 13:52:29 +0000 |
---|---|---|
committer | Michael Roitzsch <mroi@users.sourceforge.net> | 2004-11-11 13:52:29 +0000 |
commit | d30bc02fbefd573131757011ef644c2ee03003fd (patch) | |
tree | 286a19d7e54f8e8507d65d7a180e30caa145d5ff | |
parent | 9f8cc3c637e8287d7855e8c999688ac86addb6b7 (diff) | |
download | xine-lib-d30bc02fbefd573131757011ef644c2ee03003fd.tar.gz xine-lib-d30bc02fbefd573131757011ef644c2ee03003fd.tar.bz2 |
fix X-less build, thanks to Lucian Muresan for reporting and testing
CVS patchset: 7113
CVS date: 2004/11/11 13:52:29
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 340a1b4be..16ffc2016 100644 --- a/configure.ac +++ b/configure.ac @@ -618,7 +618,6 @@ if test x$ac_have_xxmc = "xyes"; then [Define 1 if you have vldXvMC.h]) fi fi -AM_CONDITIONAL(HAVE_VLDXVMC, test x$ac_have_vldxvmc_h = "xyes") dnl Try fallback to standard XvMC if vld failed if test x$ac_have_xxmc = "xno"; then if test x$xxmc_stub == "xXvMCW"; then @@ -656,6 +655,7 @@ else fi LIBS="$saved_libs" fi +AM_CONDITIONAL(HAVE_VLDXVMC, test x$ac_have_vldxvmc_h = "xyes") AM_CONDITIONAL(HAVE_XXMC, test x$ac_have_xxmc = "xyes") AC_SUBST(XXMC_LIB) |