From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from dude.hi.pengutronix.de ([2001:6f8:1178:2:21e:67ff:fe11:9c5c]) by metis.ext.pengutronix.de with esmtp (Exim 4.72) (envelope-from ) id 1Vkxg5-00013Q-Hb for ptxdist@pengutronix.de; Mon, 25 Nov 2013 16:02:21 +0100 Received: from jbe by dude.hi.pengutronix.de with local (Exim 4.80) (envelope-from ) id 1Vkxg5-0007qZ-Ge for ptxdist@pengutronix.de; Mon, 25 Nov 2013 16:02:21 +0100 From: Juergen Beisert Date: Mon, 25 Nov 2013 16:02:19 +0100 Message-Id: <1385391739-23075-3-git-send-email-jbe@pengutronix.de> In-Reply-To: <1385391739-23075-1-git-send-email-jbe@pengutronix.de> References: <1385391739-23075-1-git-send-email-jbe@pengutronix.de> Subject: [ptxdist] [PATCH 2/2] Gstreamer: add support for fixed-point Vorbis decoding Reply-To: ptxdist@pengutronix.de List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: ptxdist-bounces@pengutronix.de Errors-To: ptxdist-bounces@pengutronix.de To: ptxdist@pengutronix.de Signed-off-by: Juergen Beisert --- rules/gst-plugins-base1.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rules/gst-plugins-base1.in b/rules/gst-plugins-base1.in index 0cd3325..25be457 100644 --- a/rules/gst-plugins-base1.in +++ b/rules/gst-plugins-base1.in @@ -21,6 +21,7 @@ menuconfig GST_PLUGINS_BASE1 select LIBXML2_HTML if GST_PLUGINS_BASE1_SUBPARSE select ORC if GST_PLUGINS_BASE1_ORC select ZLIB if GST_PLUGINS_BASE1_ZLIB + select LIBTREMOR if GST_PLUGINS_BASE1_IVORBIS # x features need libx11 + Xv select XORG if GST_PLUGINS_BASE1_X @@ -146,7 +147,6 @@ config GST_PLUGINS_BASE1_CDPARANOIA config GST_PLUGINS_BASE1_IVORBIS bool - depends on BROKEN prompt "ivorbis" config GST_PLUGINS_BASE1_LIBVISUAL -- 1.8.4.2 -- ptxdist mailing list ptxdist@pengutronix.de