[gupnp-dlna/wip/new-api: 9/46] Fix a status message when GStreamer is not found.
- From: Krzesimir Nowak <krnowak src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gupnp-dlna/wip/new-api: 9/46] Fix a status message when GStreamer is not found.
- Date: Mon, 14 Jan 2013 10:05:20 +0000 (UTC)
commit 02e9494d627f047d6f825f0daaae4792e981e1ad
Author: Krzesimir Nowak <krnowak openismus com>
Date: Wed Nov 28 11:20:39 2012 +0100
Fix a status message when GStreamer is not found.
When enable-gstreamer-metadata-backend is auto and GStreamer is not
found then we should display 'no' instead of 'auto'.
configure.ac | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 583c689..ba5e51e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -89,6 +89,8 @@ then
elif test "x$enable_gstreamer_metadata_backend" = 'xyes'
then
AC_MSG_ERROR([GStreamer $GST_MAJORMINOR not found.])
+ else
+ enable_gstreamer_metadata_backend='no'
fi
fi
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]