From patchwork Sun May 26 17:12:21 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Spenser Gilliland X-Patchwork-Id: 246439 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from silver.osuosl.org (silver.osuosl.org [140.211.166.136]) by ozlabs.org (Postfix) with ESMTP id 94FE02C013D for ; Mon, 27 May 2013 03:20:02 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id 9AD233181D; Sun, 26 May 2013 17:20:01 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from silver.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id lWzReRNw7KiL; Sun, 26 May 2013 17:20:01 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by silver.osuosl.org (Postfix) with ESMTP id 9F1373180D; Sun, 26 May 2013 17:20:00 +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 0D4898F75E for ; Sun, 26 May 2013 17:20:07 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id B64328CFA3 for ; Sun, 26 May 2013 17:19:59 +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 G8raMoBfkK3f for ; Sun, 26 May 2013 17:19:58 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from mail-ie0-f171.google.com (mail-ie0-f171.google.com [209.85.223.171]) by whitealder.osuosl.org (Postfix) with ESMTPS id B00598CF72 for ; Sun, 26 May 2013 17:19:58 +0000 (UTC) Received: by mail-ie0-f171.google.com with SMTP id e10so3795362iej.2 for ; Sun, 26 May 2013 10:19:58 -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=8KWsG5KlJEevY8lQndPmAh5n/bzvHNW99N+M0iU02wg=; b=ldvq4kpR6ezCeF/E9PSAgTNtKQZwmgp/8L3aWz09qtvpfO81I6/TLbJuFyzkYfTW82 lZmDGOTLeghuHNewbCuaeFEoIVtd+S2o1vdwhrMxTS356Q04kdF66lCd+i04hfr3GgTj G/fP21s9bvMrs0yDEgsH25lQsKdF2dgD/06uRDcoq+UZLUKVJLLRWRNTQ+cjZFDhPC25 cbOycr1wJDuj1sfRQ0hpRYKbmk7ppFhH8irLlhJwmMmysbnJgMgWKILuDx0NrMTK0lC7 BTvl7/wOhNAGmYT6skKFqKbeJkqcvennABHtUypYjUyKS53/cVEAC0rVgSzgOT5Ppjx0 /9yA== X-Received: by 10.50.178.179 with SMTP id cz19mr3290654igc.93.1369588361859; Sun, 26 May 2013 10:12:41 -0700 (PDT) Received: from bourban.gateway.2wire.net (108-90-245-135.lightspeed.cicril.sbcglobal.net. [108.90.245.135]) by mx.google.com with ESMTPSA id o10sm9363498igh.2.2013.05.26.10.12.40 for (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sun, 26 May 2013 10:12:41 -0700 (PDT) From: Spenser Gilliland To: buildroot@busybox.net Date: Sun, 26 May 2013 12:12:21 -0500 Message-Id: <1369588343-13950-9-git-send-email-spenser@gillilanding.com> X-Mailer: git-send-email 1.7.9.5 In-Reply-To: <1369588343-13950-1-git-send-email-spenser@gillilanding.com> References: <1369588343-13950-1-git-send-email-spenser@gillilanding.com> X-Gm-Message-State: ALoCoQkZTzGihtByYTENvTTLaBQyLERB2NEPaLeaWoIYIKtkvPtlRPYNuumYnzmFNIj7SDO4SnUH Subject: [Buildroot] [PATCH v8 08/10] 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 | 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 15e3b0e..297bb5e 100644 --- a/package/multimedia/gst1-plugins-good/gst1-plugins-good.mk +++ b/package/multimedia/gst1-plugins-good/gst1-plugins-good.mk @@ -27,8 +27,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 @@ -390,6 +389,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