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. d84e3cadb5018b25f802


From: Sandro Santilli
Subject: [Gnash-commit] [SCM] Gnash branch, master, updated. d84e3cadb5018b25f802cb5dda9f5a7875b485ac
Date: Tue, 23 Nov 2010 18:19:40 +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  d84e3cadb5018b25f802cb5dda9f5a7875b485ac (commit)
      from  785f250db14ef0c92e39c5b85932565692de8fa3 (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=d84e3cadb5018b25f802cb5dda9f5a7875b485ac


commit d84e3cadb5018b25f802cb5dda9f5a7875b485ac
Author: Sandro Santilli <address@hidden>
Date:   Tue Nov 23 19:18:28 2010 +0100

    If gstpbutils headers are not found, set has_gstpbutils=no (otherwise it'd 
be = yes if just libs are found); have final configure lines check for 
has_gstpbutils, not has_modern_gstpbutils (which nobody even tries to set); 
have RECOMEND line suggest use of --with-gstpbutils-incl, which helps autoconf 
figuring out

diff --git a/configure.ac b/configure.ac
index 6daafb3..ad18f6a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2466,6 +2466,10 @@ if test x"$build_media_gst" = "xyes"; then
   dnl it if cross compiling with gstreamer support.
   if test x$cross_compiling = xno; then
     GNASH_PKG_FIND(gstpbutils, [gst/pbutils/install-plugins.h], [gstreamer PB 
Utils library], gst_install_plugins_supported, [0.10])
+    dnl We need the header for doing anything interesting
+    if test x"${GSTPBUTILS_CFLAGS}" = "x"; then
+        has_gstpbutils=no
+    fi
   fi
   dnl when cross compiling Gstreamer, not all supplied SDKs include all the
   dnl development libraries since most devices don't need to support plugin
@@ -3234,11 +3238,12 @@ if test x"$build_media_gst" = x"yes"; then
       echo "        Gstreamer flags are: default include path"
     fi
     echo "        Gstreamer libs are: $GSTREAMER_LIBS"
-    if test x"$has_modern_gstpbutils" = "xno"; then
+    if test x"$has_gstpbutils" = "xno"; then
       echo "        RECOMMENDED: If the user has not installed the necessary 
Gstreamer plugins," >&5
       echo "                     Gstreamer can pop up a message prompting them 
to." >&5
       echo "                     Install gstpbutils (>= 0.10.15) from 
http://www.gstreamer.net for that to be enabled" >&5
       echo "                     or .deb users: apt-get install 
libgstreamer-plugins-base0.10-dev" >&5
+      echo "                     Also see --with-gstpbutils-incl and 
--with-gstpbutils-lib" >&5
     fi
     if test x"$has_gstreamer_plugins_base" = "xno"; then
       dnl check if this is really a mandatory asset !

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

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


hooks/post-receive
-- 
Gnash



reply via email to

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