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-359-g5e9371a
Date: Fri, 27 May 2011 15:51:51 +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  5e9371a025ed644b8ac8e12221b54d65479028e0 (commit)
      from  838bfb83f974d78152c198b6f0bc9a6f45f043f7 (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=5e9371a025ed644b8ac8e12221b54d65479028e0


commit 5e9371a025ed644b8ac8e12221b54d65479028e0
Author: Rob Savoye <address@hidden>
Date:   Fri May 27 09:51:28 2011 -0600

    fix test for pkgroot

diff --git a/configure.ac b/configure.ac
index 77a5b46..b7c071a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -495,7 +495,7 @@ if test x$cross_compiling = xyes; then
   dnl plain installed in the system tools. This contaminates configure
   dnl when building for variations of the same basic architecture,
   dnl like i686-linux -> i586-mingw32.
-  if test x${pkgroot} = "/usr"; then
+  if test x"${pkgroot}" = x"/usr"; then
     export pkgroot=""
   fi
   export incllist="`eval echo ${with_top_level}/include 
${pkgroot}/${host_alias}/include ${pkgroot}/include`"
@@ -1059,7 +1059,6 @@ if test x"${have_ffmpeg_vaapi}" = x"yes" -a 
x"${build_vaapi}" = x"yes"; then
       [Video Acceleration API],
       vaInitialize
     )
-
     use_libva_x11=yes
     GNASH_PKG_FIND([libva_x11],
       [va/va_x11.h],

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

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


hooks/post-receive
-- 
Gnash



reply via email to

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