gnash-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gnash-commit] /srv/bzr/gnash/trunk r10230: http://savannah.gnu.org/patc


From: Russell Nelson
Subject: [Gnash-commit] /srv/bzr/gnash/trunk r10230: http://savannah.gnu.org/patch/?6665
Date: Wed, 05 Nov 2008 18:27:45 -0500
User-agent: Bazaar (1.5)

------------------------------------------------------------
revno: 10230
committer: Russell Nelson <address@hidden>
branch nick: trunk
timestamp: Wed 2008-11-05 18:27:45 -0500
message:
  http://savannah.gnu.org/patch/?6665
modified:
  configure.ac
=== modified file 'configure.ac'
--- a/configure.ac      2008-10-27 06:30:04 +0000
+++ b/configure.ac      2008-11-05 23:27:45 +0000
@@ -1745,12 +1745,13 @@
   CFLAGS=$GSTREAMER_CFLAGS
   AC_TRY_COMPILE([#include <gst/pbutils/install-plugins.h>],[void* pointer = 
&gst_install_plugins_async],
     GSTREAMER_LIBS="$GSTREAMER_LIBS -lgstpbutils-0.10",
-    has_modern_gstpbutils='no')
+    has_gst_install_plugins_async='no')
   AC_TRY_COMPILE([#include <gst/pbutils/install-plugins.h>],[void* pointer = 
&gst_install_plugins_supported],
     AC_DEFINE([HAVE_GST_INSTALL_PLUGINS_SUPPORTED], [], [GStreamer provides 
the gst_install_plugins_supported function]),
     has_gst_install_plugins_supported='no')
   CFLAGS=$save_cflags
-  if test x$has_modern_gstpbutils = xno; then
+  if test x$has_gst_install_plugins_async = xno || test 
x$has_gst_install_plugins_supported = xno; then
+    has_modern_gstpbutils='no'
     AC_MSG_RESULT([no {GSTREAMER_CFLAGS=$GSTREAMER_CFLAGS}])
   else
     AC_DEFINE([GST_HAS_MODERN_PBUTILS], [], [GStreamer has pbutils with 
missing codec install routines installed])
@@ -2526,7 +2527,7 @@
     if test x"$has_modern_gstpbutils" = "xno"; then
       echo "        RECOMMENDED: If the user has not installed the necessary 
Gstreamer plugins," >&4
       echo "                     Gstreamer can pop up a message prompting them 
to." >&4
-      echo "                     Install gstpbutils from 
http://www.gstreamer.net for that to be enabled" >&4
+      echo "                     Install gstpbutils (>= 0.10.15) from 
http://www.gstreamer.net for that to be enabled" >&4
       echo "                     or .deb users: apt-get install 
libgstreamer-plugins-base0.10-dev" >&4
     fi
   else


reply via email to

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