From patchwork Wed Dec 30 14:45:55 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Pieterjan Camerlynck X-Patchwork-Id: 561758 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from hemlock.osuosl.org (smtp2.osuosl.org [140.211.166.133]) by ozlabs.org (Postfix) with ESMTP id 3920F140BE5 for ; Thu, 31 Dec 2015 01:46:54 +1100 (AEDT) Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=gmail.com header.i=@gmail.com header.b=IuEjwws2; dkim-atps=neutral Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id 6155694C50; Wed, 30 Dec 2015 14:46:53 +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 7xSfqzocpeyt; Wed, 30 Dec 2015 14:46:51 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by hemlock.osuosl.org (Postfix) with ESMTP id BF07A9499A; Wed, 30 Dec 2015 14:46:51 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from whitealder.osuosl.org (smtp1.osuosl.org [140.211.166.138]) by ash.osuosl.org (Postfix) with ESMTP id 7BD121C12CE for ; Wed, 30 Dec 2015 14:46:50 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 6AFDD91D85 for ; Wed, 30 Dec 2015 14:46:50 +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 5XXmmFMBRxXE for ; Wed, 30 Dec 2015 14:46:49 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-wm0-f41.google.com (mail-wm0-f41.google.com [74.125.82.41]) by whitealder.osuosl.org (Postfix) with ESMTPS id 9756E91B89 for ; Wed, 30 Dec 2015 14:46:49 +0000 (UTC) Received: by mail-wm0-f41.google.com with SMTP id b14so51615049wmb.1 for ; Wed, 30 Dec 2015 06:46:49 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=oPQ306xylh80QyrN5hEDJozzsKhpI+JdMrvZgaR9z0I=; b=IuEjwws2KTYiYdKW0ypJfUK7j4H9SdhqwllJHx0GTy+SFtS8BlQMTF2eDtpMPVKEOG TJWyZE1oDFWR5EPSj4VefL7GXaQznWupEU9GMSoqqdRc8OQnS62rqia6YoW3MrOd6jET etSzikfH/iBWYJjT/rVCnKVQvg0/7vBfsFaVhmbYMbOcb4OaijFNmZIsvBtQ8q0D10z+ GcwJdjveyfnu9+FylL0/QiA0wPpb5bQXE1BHvRY2NrFtDbtPbbzzAapn+gb5a5FDklfY li8N2/yx23v7QVQANzuSqkkUFiI8LhEn93Dv/uYOH2qh0pGggya8zxAxiTjNtvSOTDO9 DLnA== X-Received: by 10.194.117.163 with SMTP id kf3mr70605810wjb.139.1451486808184; Wed, 30 Dec 2015 06:46:48 -0800 (PST) Received: from localhost.localdomain (ebo-jnp-900.ebo-enterprises.com. [213.246.249.50]) by smtp.gmail.com with ESMTPSA id z127sm10260184wme.2.2015.12.30.06.46.47 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Wed, 30 Dec 2015 06:46:47 -0800 (PST) From: Pieterjan Camerlynck To: buildroot@buildroot.org Date: Wed, 30 Dec 2015 15:45:55 +0100 Message-Id: <1451486755-7314-2-git-send-email-pieterjan.camerlynck@gmail.com> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1451486755-7314-1-git-send-email-pieterjan.camerlynck@gmail.com> References: <1451482256-11816-1-git-send-email-pieterjan.camerlynck@gmail.com> <1451486755-7314-1-git-send-email-pieterjan.camerlynck@gmail.com> Cc: Pieterjan Camerlynck Subject: [Buildroot] [v2 2/2] vlc: add support for libdvbpsi X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.18-1 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" Signed-off-by: Pieterjan Camerlynck --- package/vlc/vlc.mk | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/package/vlc/vlc.mk b/package/vlc/vlc.mk index ca1f09c..ee21c16 100644 --- a/package/vlc/vlc.mk +++ b/package/vlc/vlc.mk @@ -179,6 +179,13 @@ else VLC_CONF_OPTS += --disable-libass endif +ifeq ($(BR2_PACKAGE_LIBDVBPSI),y) +VLC_CONF_OPTS += --enable-dvbpsi +VLC_DEPENDENCIES += libdvbpsi +else +VLC_CONF_OPTS += --disable-dvbpsi +endif + ifeq ($(BR2_PACKAGE_LIBGCRYPT),y) VLC_CONF_OPTS += --enable-libgcrypt VLC_DEPENDENCIES += libgcrypt