From patchwork Thu Jun 20 22:07:42 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Spenser Gilliland X-Patchwork-Id: 253088 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from whitealder.osuosl.org (whitealder.osuosl.org [140.211.166.138]) by ozlabs.org (Postfix) with ESMTP id D0C812C009D for ; Fri, 21 Jun 2013 08:10:34 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 2182E8D341; Thu, 20 Jun 2013 22:10:25 +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 DAWnq7cQExR8; Thu, 20 Jun 2013 22:10:07 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by whitealder.osuosl.org (Postfix) with ESMTP id 9E9DC8D436; Thu, 20 Jun 2013 22:09:01 +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 922768F7AC for ; Thu, 20 Jun 2013 22:08:21 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 98CF58D365 for ; Thu, 20 Jun 2013 22:08:14 +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 WRTVZTCxJieP for ; Thu, 20 Jun 2013 22:08:06 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from mail-ie0-f182.google.com (mail-ie0-f182.google.com [209.85.223.182]) by whitealder.osuosl.org (Postfix) with ESMTPS id 2A0398D2D9 for ; Thu, 20 Jun 2013 22:08:06 +0000 (UTC) Received: by mail-ie0-f182.google.com with SMTP id s9so17849026iec.13 for ; Thu, 20 Jun 2013 15:08:05 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=from:to:cc:subject:date:message-id:x-mailer:in-reply-to:references :x-gm-message-state; bh=RmEdoY84cxOdnih751KN4Fg3lDh4+Gyvreto+LPHwQQ=; b=es/2L1L+UJ8lFdC3qA7FPSvpSUmPYiV8XDEYbTNcLdxY9hLKIgJZPxVltvw1tRmFvH UYfrtYcuQPPxVTz6K8PEiazO3/FbxagmiM7QAJwPlHal4ISOd1oapTqav16vv7bB/hg3 LqxNzPycrn5cjwL9z7z66P8la6PATY+6Z0Mt6lsAophu3w5LJzatCOswuvtAMPuxUMfe w9sV97ls9VpkYbdowAIcfPG0LU/2XojuRr8lNv8k4FQ8X+FjEfOp3FKfbMhzB4t1OeZp /flsj+kq0nejppOzREichkazqCQ6fB3//pTEhjseWuumjlKCGbPrZ6ub5LNZr4HH0Qbq x2wg== X-Received: by 10.43.0.67 with SMTP id nl3mr4419214icb.2.1371766085395; Thu, 20 Jun 2013 15:08:05 -0700 (PDT) Received: from bourban.iit.edu (dhcp33.hum.iit.edu. [216.47.158.33]) by mx.google.com with ESMTPSA id fu2sm2265241igb.3.2013.06.20.15.08.04 for (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Thu, 20 Jun 2013 15:08:04 -0700 (PDT) From: Spenser Gilliland To: buildroot@busybox.net Date: Thu, 20 Jun 2013 17:07:42 -0500 Message-Id: <1371766066-676-8-git-send-email-spenser@gillilanding.com> X-Mailer: git-send-email 1.7.9.5 In-Reply-To: <1371766066-676-1-git-send-email-spenser@gillilanding.com> References: <1371766066-676-1-git-send-email-spenser@gillilanding.com> X-Gm-Message-State: ALoCoQkzMgEh3puzxGWXPHTaoH5PXQuPet3rricw2WIOZ6mGigF7q7HSbOzxp6N2U/G7N5u8RrWH Subject: [Buildroot] [PATCH v12 07/11] gst1-plugins-good: add libvpx 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 adds libvpx support to gst1-plugins-good Signed-off-by: Spenser Gilliland --- package/multimedia/gst1-plugins-good/Config.in | 4 ++++ .../gst1-plugins-good/gst1-plugins-good.mk | 7 +++++++ 2 files changed, 11 insertions(+) diff --git a/package/multimedia/gst1-plugins-good/Config.in b/package/multimedia/gst1-plugins-good/Config.in index 9b7eba0..e579539 100644 --- a/package/multimedia/gst1-plugins-good/Config.in +++ b/package/multimedia/gst1-plugins-good/Config.in @@ -317,6 +317,10 @@ config BR2_PACKAGE_GST1_PLUGINS_GOOD_PLUGIN_VPX help VP8 plugin +config BR2_PACKAGE_GST1_PLUGINS_GOOD_PLUGIN_VPX + bool "vpx (webm)" + select BR2_PACKAGE_LIBVPX + config BR2_PACKAGE_GST1_PLUGINS_GOOD_PLUGIN_WAVPACK bool "wavpack (*.wv audio)" select BR2_PACKAGE_WAVPACK diff --git a/package/multimedia/gst1-plugins-good/gst1-plugins-good.mk b/package/multimedia/gst1-plugins-good/gst1-plugins-good.mk index f177ed1..1e6d39b 100644 --- a/package/multimedia/gst1-plugins-good/gst1-plugins-good.mk +++ b/package/multimedia/gst1-plugins-good/gst1-plugins-good.mk @@ -380,6 +380,13 @@ else GST1_PLUGINS_GOOD_CONF_OPT += --disable-speex endif +ifeq ($(BR2_PACKAGE_GST1_PLUGINS_GOOD_PLUGIN_VPX),y) +GST1_PLUGINS_GOOD_CONF_OPT += --enable-vpx +GST1_PLUGINS_GOOD_DEPENDENCIES += libvpx +else +GST1_PLUGINS_GOOD_CONF_OPT += --disable-vpx +endif + ifeq ($(BR2_PACKAGE_GST1_PLUGINS_GOOD_PLUGIN_WAVPACK),y) GST1_PLUGINS_GOOD_CONF_OPT += --enable-wavpack GST1_PLUGINS_GOOD_DEPENDENCIES += wavpack