gnash-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gnash-commit] [SCM] Gnash branch, master, updated. release_0_8_9_final-


From: Rob Savoye
Subject: [Gnash-commit] [SCM] Gnash branch, master, updated. release_0_8_9_final-336-ge3c511f
Date: Tue, 10 May 2011 17:36:27 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Gnash".

The branch, master has been updated
       via  e3c511f47714ce0e503786f55cd34fea980af1bc (commit)
      from  371d1df5f3401899c314b9c05b850481e026da31 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://git.savannah.gnu.org/cgit//commit/?id=e3c511f47714ce0e503786f55cd34fea980af1bc


commit e3c511f47714ce0e503786f55cd34fea980af1bc
Author: Rob Savoye <address@hidden>
Date:   Tue May 10 11:36:15 2011 -0600

    use found_libva_incl instead of found_va_incl for the VAAPI conditional

diff --git a/configure.ac b/configure.ac
index 802bd4c..1c888a4 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1105,7 +1105,7 @@ if test x"${build_vaapi}" = x"yes" -a x"${have_ffmpeg}" 
!= x"yes"; then
   AC_MSG_ERROR(["Hardware acceleration currently not supported unless using 
FFmpeg."])
 fi
 
-AM_CONDITIONAL(HAVE_VAAPI, test x"${found_va_incl}" = xyes)
+AM_CONDITIONAL(HAVE_VAAPI, test x"${found_libva_incl}" = xyes)
 AM_CONDITIONAL(HAVE_VAAPI_GLX, test x"${found_libva_glx_incl}" = xyes)
 AM_CONDITIONAL(HAVE_VAAPI_X11, test x"${found_libva_x11_incl}" = xyes)
 

-----------------------------------------------------------------------

Summary of changes:
 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
Gnash



reply via email to

[Prev in Thread] Current Thread [Next in Thread]