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. 39ee7fe331e57f188a83


From: Sandro Santilli
Subject: [Gnash-commit] [SCM] Gnash branch, master, updated. 39ee7fe331e57f188a831b1624e6078f4e1c8ba9
Date: Thu, 18 Nov 2010 22:06:42 +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  39ee7fe331e57f188a831b1624e6078f4e1c8ba9 (commit)
      from  8fc3d0e4bbc7e0c5a5e5be6f554896eb7aa6de0a (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=39ee7fe331e57f188a831b1624e6078f4e1c8ba9


commit 39ee7fe331e57f188a831b1624e6078f4e1c8ba9
Author: Sandro Santilli <address@hidden>
Date:   Thu Nov 18 23:06:12 2010 +0100

    Make gstreamer base plugins compulsory for gst media build. Fixes bug #31700

diff --git a/configure.ac b/configure.ac
index 7e63043..6daafb3 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3241,9 +3241,11 @@ if test x"$build_media_gst" = x"yes"; then
       echo "                     or .deb users: apt-get install 
libgstreamer-plugins-base0.10-dev" >&5
     fi
     if test x"$has_gstreamer_plugins_base" = "xno"; then
-      echo "                        Install gstreamer-plugins-base from 
http://www.gstreamer.net"; >&5
-      echo "                        or .rpm users: yum install 
gstreamer-plugins-base-devel" >&5
-      echo "                        or .deb users: apt-get install 
libgstreamer-plugins-base0.10-dev" >&5
+      dnl check if this is really a mandatory asset !
+      echo "        ERROR: base plugins are required for gstreamer media" >&3
+      echo "                        Install gstreamer-plugins-base from 
http://www.gstreamer.net"; >&3
+      echo "                        or .rpm users: yum install 
gstreamer-plugins-base-devel" >&3
+      echo "                        or .deb users: apt-get install 
libgstreamer-plugins-base0.10-dev" >&3
     fi
   else
     echo "        ERROR: GST media handling requested but gstreamer-0.10+ not 
found" >&3

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

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


hooks/post-receive
-- 
Gnash



reply via email to

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