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-331-g8876f82
Date: Tue, 03 May 2011 20:42:44 +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  8876f829d9f30afe4a2c51179b1d9035fd515347 (commit)
      from  dc48e20782711e3977ed43367d8ebcd3599c06f5 (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=8876f829d9f30afe4a2c51179b1d9035fd515347


commit 8876f829d9f30afe4a2c51179b1d9035fd515347
Author: Rob Savoye <address@hidden>
Date:   Tue May 3 14:42:20 2011 -0600

    revert libva changes till a better solutuon is found

diff --git a/configure.ac b/configure.ac
index 86b573e..acd03bf 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1054,14 +1054,14 @@ if test x"${have_ffmpeg_vaapi}" = x"yes" -a 
x"${build_vaapi}" = x"yes"; then
   dnl look for VAAPI support so we can use use the VAAPI enabled FFmpeg.
   if test x"${have_ffmpeg_vaapi}" = xyes; then
     use_libva=yes
-    GNASH_PKG_FIND([va],
+    GNASH_PKG_FIND([libva],
       [va/va.h],
       [Video Acceleration API],
       vaInitialize
     )
 
     use_libva_x11=yes
-    GNASH_PKG_FIND([va_x11],
+    GNASH_PKG_FIND([libva_x11],
       [va/va_x11.h],
       [VA API (X11 display)],
       vaGetDisplay,
@@ -1070,7 +1070,7 @@ if test x"${have_ffmpeg_vaapi}" = x"yes" -a 
x"${build_vaapi}" = x"yes"; then
 
     if test x$build_ogl = xyes; then
       use_libva_glx=yes
-      GNASH_PKG_FIND([va_glx],
+      GNASH_PKG_FIND([libva_glx],
         [va/va_glx.h],
         [VA API (GLX display)],
         vaGetDisplayGLX,

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

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


hooks/post-receive
-- 
Gnash



reply via email to

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