* [PATCH] Add GStreamer version check in acinclude.m4
@ 2011-02-23 13:13 Szymon Janc
2011-02-24 18:26 ` Johan Hedberg
0 siblings, 1 reply; 2+ messages in thread
From: Szymon Janc @ 2011-02-23 13:13 UTC (permalink / raw)
To: linux-bluetooth; +Cc: par-gunnar.p.hjalmdahl, henrik.possung, Szymon Janc
Since commit cc04c6a2f7500f3d29d56634e645130ff3bd80fb compilation fails with
GStreamer 0.10.28 or older.
---
acinclude.m4 | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/acinclude.m4 b/acinclude.m4
index 91e0956..6aaa885 100644
--- a/acinclude.m4
+++ b/acinclude.m4
@@ -115,7 +115,8 @@ AC_DEFUN([AC_PATH_GLIB], [
])
AC_DEFUN([AC_PATH_GSTREAMER], [
- PKG_CHECK_MODULES(GSTREAMER, gstreamer-0.10 gstreamer-plugins-base-0.10, gstreamer_found=yes, gstreamer_found=no)
+ PKG_CHECK_MODULES(GSTREAMER, gstreamer-0.10 >= 0.10.30 gstreamer-plugins-base-0.10, gstreamer_found=yes,
+ AC_MSG_WARN(GStreamer library version 0.10.30 or later is required);gstreamer_found=no)
AC_SUBST(GSTREAMER_CFLAGS)
AC_SUBST(GSTREAMER_LIBS)
GSTREAMER_PLUGINSDIR=`$PKG_CONFIG --variable=pluginsdir gstreamer-0.10`
--
1.7.0.4
on behalf of ST-Ericsson
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] Add GStreamer version check in acinclude.m4
2011-02-23 13:13 [PATCH] Add GStreamer version check in acinclude.m4 Szymon Janc
@ 2011-02-24 18:26 ` Johan Hedberg
0 siblings, 0 replies; 2+ messages in thread
From: Johan Hedberg @ 2011-02-24 18:26 UTC (permalink / raw)
To: Szymon Janc; +Cc: linux-bluetooth, par-gunnar.p.hjalmdahl, henrik.possung
Hi Szymon,
On Wed, Feb 23, 2011, Szymon Janc wrote:
> Since commit cc04c6a2f7500f3d29d56634e645130ff3bd80fb compilation
> fails with GStreamer 0.10.28 or older.
> ---
> acinclude.m4 | 3 ++-
> 1 files changed, 2 insertions(+), 1 deletions(-)
The patch has been pushed upstream. Thanks. Btw, be careful with your
commit message width. It needs to fit within 80 columns even with the
indentation that git log applies (I had to edit it manually this time).
Johan
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2011-02-24 18:26 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-02-23 13:13 [PATCH] Add GStreamer version check in acinclude.m4 Szymon Janc
2011-02-24 18:26 ` Johan Hedberg
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox