[totem] configure.in: Don't error out if the souphttpsrc check fails
- From: Bastien Nocera <hadess src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [totem] configure.in: Don't error out if the souphttpsrc check fails
- Date: Tue, 6 Apr 2010 18:10:28 +0000 (UTC)
commit a699f3ec1e7eb4e317f89c4772a417e45de8f025
Author: Adrian Bunk <adrian bunk movial com>
Date: Mon Mar 15 18:12:35 2010 +0200
configure.in: Don't error out if the souphttpsrc check fails
Just print a warning like in the libgdata case for the same plugin.
https://bugzilla.gnome.org/show_bug.cgi?id=613704
configure.in | 6 ++----
1 files changed, 2 insertions(+), 4 deletions(-)
---
diff --git a/configure.in b/configure.in
index 495ed05..e06f1ac 100644
--- a/configure.in
+++ b/configure.in
@@ -547,10 +547,8 @@ for plugin in ${used_plugins}; do
AC_MSG_RESULT([yes])
else
AC_MSG_RESULT([no])
- AC_MSG_ERROR([
- Cannot find required GStreamer-0.10 plugin 'souphttpsrc'.
- It should be part of gst-plugins-good. Please install it.
- ])
+ plugin_error_or_ignore "you need souphttpsrc from gst-plugins-good installed for the YouTube plugin"
+ add_plugin="0"
fi
;;
esac
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]