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. 8fc3d0e4bbc7e0c5a5e5


From: Sandro Santilli
Subject: [Gnash-commit] [SCM] Gnash branch, master, updated. 8fc3d0e4bbc7e0c5a5e5be6f554896eb7aa6de0a
Date: Thu, 18 Nov 2010 21:52:55 +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  8fc3d0e4bbc7e0c5a5e5be6f554896eb7aa6de0a (commit)
      from  2376434d58dbcd466d7b21b1f724fd8c102a9ffd (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=8fc3d0e4bbc7e0c5a5e5be6f554896eb7aa6de0a


commit 8fc3d0e4bbc7e0c5a5e5be6f554896eb7aa6de0a
Author: Sandro Santilli <address@hidden>
Date:   Thu Nov 18 22:52:29 2010 +0100

    Properly quote description of config macro

diff --git a/configure.ac b/configure.ac
index 8e0050e..7e63043 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2473,7 +2473,7 @@ if test x"$build_media_gst" = "xyes"; then
   dnl files but not the libraries.
   if test x"${has_gstreamer_plugins_base}" = xyes; then
     GSTREAMER_LIBS="-lgstinterfaces-0.10 $GSTREAMER_LIBS"
-    AC_DEFINE(HAS_GSTREAMER_PLUGINS_BASE, [1], "Has the Gstreamer Plugin Dev 
package installed.")
+    AC_DEFINE(HAS_GSTREAMER_PLUGINS_BASE, [1], [Has the Gstreamer Plugin Dev 
package installed])
   fi
 fi
 

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

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]