From patchwork Fri Jun 7 23:18:57 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Spenser Gilliland X-Patchwork-Id: 249893 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 A3D372C007E for ; Sat, 8 Jun 2013 09:21:09 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id 21BB6A039D; Fri, 7 Jun 2013 23:21:05 +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 k++IqoOJFWIx; Fri, 7 Jun 2013 23:20:48 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by hemlock.osuosl.org (Postfix) with ESMTP id E3CD3A039E; Fri, 7 Jun 2013 23:19:28 +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 1BAD78F7A2 for ; Fri, 7 Jun 2013 23:19:30 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id C9A078BD09 for ; Fri, 7 Jun 2013 23:19:22 +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 pkyPbaRRePWa for ; Fri, 7 Jun 2013 23:19:18 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from mail-oa0-f44.google.com (mail-oa0-f44.google.com [209.85.219.44]) by whitealder.osuosl.org (Postfix) with ESMTPS id 40A358CB78 for ; Fri, 7 Jun 2013 23:19:18 +0000 (UTC) Received: by mail-oa0-f44.google.com with SMTP id n12so3939652oag.31 for ; Fri, 07 Jun 2013 16:19:17 -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=ZsTs6mPGwU5sbp0eZvpJqBSFe9AANe1Rc7Gs+ef1am4=; b=o5JCMlMSS2j/HMoshwhq5zNzYOOdwPv+LBGsHcNBIu5bLzFtcAoxbtvHbOH+hGofae y6W/NqFU7q9wbK4lRqURMBR+6UET13rQT52RaI73Njfwi6ZZ8+mYn3xmFg5U2sB7V8aY 6CnxTlLAgYjCfjrIZWb1PtD3mrX9k0Jg41qbo2PVXHsH18yQy7ZD3ERe66Si7uxsPv1Q xb664qmxi1Vt1PnxaXAB+R+8W/fxepI8DwbFYX5MW3h2UhQQ1ZRx8283GcamWpiDyTXp i3Ps0QTfAoATCu2uKYvldAhEUqTwTfEGk+dPNt9K/Arm1Q2pUczGqjfGtKZ6c1PqTUbs ybNw== X-Received: by 10.60.174.111 with SMTP id br15mr562826oec.130.1370647157447; Fri, 07 Jun 2013 16:19:17 -0700 (PDT) Received: from localhost.localdomain (dhcp138.ece.iit.edu. [216.47.144.138]) by mx.google.com with ESMTPSA id jt1sm1361127oeb.5.2013.06.07.16.19.16 for (version=TLSv1 cipher=RC4-SHA bits=128/128); Fri, 07 Jun 2013 16:19:16 -0700 (PDT) From: Spenser Gilliland To: buildroot@busybox.net Date: Fri, 7 Jun 2013 18:18:57 -0500 Message-Id: <1370647138-26623-13-git-send-email-spenser@gillilanding.com> X-Mailer: git-send-email 1.7.1 In-Reply-To: <1370647138-26623-1-git-send-email-spenser@gillilanding.com> References: <1370647138-26623-1-git-send-email-spenser@gillilanding.com> X-Gm-Message-State: ALoCoQlc7ZF1bqMDEbzjZXEsyxTvx0eRVTqeQDM0CCqSVxSDuhIsKPPzcCeFb1vxrK+uF3OfllZC Subject: [Buildroot] [PATCH v10 12/13] 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 --- package/multimedia/gst1-plugins-good/Config.in | 4 ++++ .../gst1-plugins-good/gst1-plugins-good.mk | 10 ++++++++-- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/package/multimedia/gst1-plugins-good/Config.in b/package/multimedia/gst1-plugins-good/Config.in index 2c27fe8..bdfe0b9 100644 --- a/package/multimedia/gst1-plugins-good/Config.in +++ b/package/multimedia/gst1-plugins-good/Config.in @@ -207,6 +207,10 @@ config BR2_PACKAGE_GST1_PLUGINS_GOOD_PLUGIN_SPEEX bool "speex" select BR2_PACKAGE_SPEEX +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 ee65f75..31d38f8 100644 --- a/package/multimedia/gst1-plugins-good/gst1-plugins-good.mk +++ b/package/multimedia/gst1-plugins-good/gst1-plugins-good.mk @@ -30,8 +30,7 @@ GST1_PLUGINS_GOOD_CONF_OPT += \ --disable-jack \ --disable-libdv \ --disable-dv1394 \ - --disable-taglib \ - --disable-vpx + --disable-taglib GST1_PLUGINS_GOOD_DEPENDENCIES = gstreamer1 gst1-plugins-base @@ -393,6 +392,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