From 947c00c78732da48a111228e1325ad42cf57a370 Mon Sep 17 00:00:00 2001 From: Gary Thomas Date: Thu, 29 Mar 2012 08:40:04 -0600 Subject: gstreamer: Provide easy way to enable runtime debugging The gstreamer framework has a very useful debugging setup which is essential for debugging pipelines and plugins. This patch makes it simple to enable this (disabled by default). To enable debugging, just add this line to local.conf GSTREAMER_DEBUG = "--enable-debug" Signed-off-by: Gary Thomas Signed-off-by: Richard Purdie --- meta/recipes-multimedia/gstreamer/gst-fluendo.inc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'meta/recipes-multimedia/gstreamer/gst-fluendo.inc') diff --git a/meta/recipes-multimedia/gstreamer/gst-fluendo.inc b/meta/recipes-multimedia/gstreamer/gst-fluendo.inc index 8b24cf757..b2c7eea3c 100644 --- a/meta/recipes-multimedia/gstreamer/gst-fluendo.inc +++ b/meta/recipes-multimedia/gstreamer/gst-fluendo.inc @@ -11,4 +11,5 @@ FILES_${PN} += "${libdir}/gstreamer-0.10/*.so" FILES_${PN}-dbg += "${libdir}/gstreamer-0.10/.debug" FILES_${PN}-dev += "${libdir}/gstreamer-0.10/*.la ${libdir}/gstreamer-0.10/*.a" -EXTRA_OECONF = "--disable-debug --disable-valgrind" +GSTREAMER_DEBUG ?= "--disable-debug" +EXTRA_OECONF = "${GSTREAMER_DEBUG} --disable-valgrind" -- cgit v1.2.3