From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sven Neumann Date: Mon, 04 Jul 2011 16:04:26 +0200 Subject: [Buildroot] [PATCH 5/6] gst-plugins-base: depend on orc if it is enabled In-Reply-To: References: <1309787685-22269-1-git-send-email-s.neumann@raumfeld.com> <1309787685-22269-6-git-send-email-s.neumann@raumfeld.com> Message-ID: <1309788266.3709.5.camel@sven> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: buildroot@busybox.net On Mon, 2011-07-04 at 15:02 +0100, Will Newton wrote: > On Mon, Jul 4, 2011 at 2:54 PM, Sven Neumann wrote: > > > GST_PLUGINS_BASE_CONF_OPT = \ > > @@ -26,6 +26,10 @@ GST_PLUGINS_BASE_CONF_OPT = \ > > > > GST_PLUGINS_BASE_DEPENDENCIES = gstreamer > > > > +ifeq ($(BR2_PACKAGE_ORC),y) > > +GST_FFMPEG_DEPENDENCIES += orc > > +endif > > + > > Also it looks like this should be setting GST_PLUGINS_BASE_DEPENDENCIES. Indeed. Sven