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-313-g2042ef6
Date: Tue, 26 Apr 2011 14:59:18 +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  2042ef675a2e7048236cd3c2a04cc239c7e70a7a (commit)
      from  a29228a9bfbe94f24afa46a5c956769d506ce4db (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=2042ef675a2e7048236cd3c2a04cc239c7e70a7a


commit 2042ef675a2e7048236cd3c2a04cc239c7e70a7a
Author: Rob Savoye <address@hidden>
Date:   Tue Apr 26 08:59:00 2011 -0600

    don't prefix va with lib when finging libva support

diff --git a/configure.ac b/configure.ac
index 2c454d5..f922e8a 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([libva],
+    GNASH_PKG_FIND([va],
       [va/va.h],
       [Video Acceleration API],
       vaInitialize
     )
 
     use_libva_x11=yes
-    GNASH_PKG_FIND([libva_x11],
+    GNASH_PKG_FIND([va_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([libva_glx],
+      GNASH_PKG_FIND([va_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]