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-ffmpeg_0.10.13.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'meta/recipes-multimedia/gstreamer/gst-ffmpeg_0.10.13.bb') diff --git a/meta/recipes-multimedia/gstreamer/gst-ffmpeg_0.10.13.bb b/meta/recipes-multimedia/gstreamer/gst-ffmpeg_0.10.13.bb index 5ee5066d8..92cd349b7 100644 --- a/meta/recipes-multimedia/gstreamer/gst-ffmpeg_0.10.13.bb +++ b/meta/recipes-multimedia/gstreamer/gst-ffmpeg_0.10.13.bb @@ -25,7 +25,8 @@ SRC_URI[sha256sum] = "76fca05b08e00134e3cb92fa347507f42cbd48ddb08ed3343a912def18 PR = "r1" -EXTRA_OECONF = "--with-ffmpeg-extra-configure=\"--target-os=linux\" " +GSTREAMER_DEBUG ?= "--disable-debug" +EXTRA_OECONF = "--with-ffmpeg-extra-configure=\"--target-os=linux\" ${GSTREAMER_DEBUG}" # yasm not found, use --disable-yasm for a crippled build for libav EXTRA_OECONF_append_x86-64 = " --disable-yasm " -- cgit v1.2.3