From patchwork Sat Feb 23 07:04:03 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gilles Talis X-Patchwork-Id: 222704 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from hemlock.osuosl.org (hemlock.osuosl.org [140.211.166.133]) by ozlabs.org (Postfix) with ESMTP id E48C72C0091 for ; Sat, 23 Feb 2013 18:04:18 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id F0779A01EF; Sat, 23 Feb 2013 07:04:17 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from hemlock.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Re+yhPVLuYwF; Sat, 23 Feb 2013 07:04:15 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by hemlock.osuosl.org (Postfix) with ESMTP id B8167A0053; Sat, 23 Feb 2013 07:04:15 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from whitealder.osuosl.org (whitealder.osuosl.org [140.211.166.138]) by ash.osuosl.org (Postfix) with ESMTP id 851B28F74B for ; Sat, 23 Feb 2013 07:04:19 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id E31888456D for ; Sat, 23 Feb 2013 07:04:11 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from whitealder.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Z8Uvf4rgkKeD for ; Sat, 23 Feb 2013 07:04:10 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-pa0-f45.google.com (mail-pa0-f45.google.com [209.85.220.45]) by whitealder.osuosl.org (Postfix) with ESMTPS id 8890883DB7 for ; Sat, 23 Feb 2013 07:04:10 +0000 (UTC) Received: by mail-pa0-f45.google.com with SMTP id kl14so867055pab.18 for ; Fri, 22 Feb 2013 23:04:10 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:from:to:cc:subject:date:message-id:x-mailer:in-reply-to :references; bh=d1tMnyQdUxdW06jIqRJajZ0+TArBwnaslOGe9Ke+uWs=; b=EwUJUuGRuZukx5lg84sw/QyHJI2pWEuWQpg+OYhh05C5WDWmorp83ABJV+9w4icNz+ +K6SQ0ymLuuNO0hh0g0S6t0XogqjfMz4WTOYltsekgQ7NGEU+znOQkzO6wplh1uUhmB4 qWE+4GnOXGxI0BAhDuvN9PKMZ3r7dF5X/eNSffgyaaPX3vqGBVSUZpQD+pe+goaVIZCf BbawBzrDFlHXlu7pFujCtQ43UHcjQ21wLbrDMcgUbBvenp6jO3EpJSA0c9JQEGSfLZoA jT8KX8+6PBtAASpVMddeTqkVQ9KSuUZlo+IMvLhTdYirv25H3DdUBiovi5ZSHRGYLqBw Zf1w== X-Received: by 10.68.6.167 with SMTP id c7mr7293128pba.24.1361603050192; Fri, 22 Feb 2013 23:04:10 -0800 (PST) Received: from localhost.localdomain (c-69-181-251-46.hsd1.ca.comcast.net. [69.181.251.46]) by mx.google.com with ESMTPS id km10sm5133347pbc.9.2013.02.22.23.04.08 (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Fri, 22 Feb 2013 23:04:09 -0800 (PST) From: Gilles Talis To: buildroot@busybox.net Date: Fri, 22 Feb 2013 23:04:03 -0800 Message-Id: <1361603043-22539-1-git-send-email-gilles.talis@gmail.com> X-Mailer: git-send-email 1.7.10.4 In-Reply-To: References: Subject: [Buildroot] [PATCH] gstreamer: ALSA plugin requires threads support X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.14 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: buildroot-bounces@busybox.net Sender: buildroot-bounces@busybox.net Fixes: http://autobuild.buildroot.org/results/2782b5ee6af25da9d49d9bc7b950dc2a92fb5bca Signed-off-by: Gilles Talis --- package/multimedia/gst-plugins-base/Config.in | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/package/multimedia/gst-plugins-base/Config.in b/package/multimedia/gst-plugins-base/Config.in index af4fe8c..766a9ea 100644 --- a/package/multimedia/gst-plugins-base/Config.in +++ b/package/multimedia/gst-plugins-base/Config.in @@ -78,6 +78,10 @@ config BR2_PACKAGE_GST_PLUGINS_BASE_PLUGIN_ALSA select BR2_PACKAGE_ALSA_LIB select BR2_PACKAGE_ALSA_LIB_MIXER select BR2_PACKAGE_ALSA_LIB_PCM + depends on BR2_TOOLCHAIN_HAS_THREADS # alsa-lib + +comment "alsa support requires a toolchain with threads support enabled" + depends on !BR2_TOOLCHAIN_HAS_THREADS config BR2_PACKAGE_GST_PLUGINS_BASE_PLUGIN_OGG bool "ogg (*.ogg audio/video)"