From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sven Neumann Date: Mon, 04 Jul 2011 16:04:06 +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: <1309788246.3709.4.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:00 +0100, Will Newton wrote: > On Mon, Jul 4, 2011 at 2:54 PM, Sven Neumann wrote: > > Hi Sven, > > > Signed-off-by: Sven Neumann > > --- > > .../gst-plugins-base/gst-plugins-base.mk | 6 +++++- > > 1 files changed, 5 insertions(+), 1 deletions(-) > > > > diff --git a/package/multimedia/gst-plugins-base/gst-plugins-base.mk b/package/multimedia/gst-plugins-base/gst-plugins-base.mk > > index 79ced30..74e0622 100644 > > --- a/package/multimedia/gst-plugins-base/gst-plugins-base.mk > > +++ b/package/multimedia/gst-plugins-base/gst-plugins-base.mk > > @@ -12,7 +12,7 @@ GST_PLUGINS_BASE_INSTALL_STAGING = YES > > # and the host has a freetype-config script, then the host > > # include dirs are added to the search path causing trouble > > GST_PLUGINS_BASE_CONF_ENV = > > - FT2_CONFIG=/bin/false \ > > + FT2_CONFIG=/bin/ilfalse \ > > ac_cv_header_stdint_t="stdint.h" > > What is the intent of this change? Typo? That probably sneaked into it by accident. I'll fix that. Thanks for the review. Sven