Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Peter Korsgaard <jacmet@uclibc.org>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 1/3] gst1-libav: fix build for xtensa
Date: Tue, 11 Feb 2014 19:30:31 +0100	[thread overview]
Message-ID: <878uthv6wo.fsf@dell.be.48ers.dk> (raw)
In-Reply-To: <a67ba774d66c31310b47f233cdc1d9970db094cf.1392128329.git.baruch@tkos.co.il> (Baruch Siach's message of "Tue, 11 Feb 2014 16:25:20 +0200")

>>>>> "Baruch" == Baruch Siach <baruch@tkos.co.il> writes:

 > gst1-libav needs the same fix for xtensa like ffmpeg got in commit
 > 4ec35e76b8a3 (ffmpeg: fix build for xtensa).

 > Fixes:
 > http://autobuild.buildroot.net/results/33f/33fcbb79809719f68f3ee2cdb0fcacad82b9e0eb/

 > Signed-off-by: Baruch Siach <baruch@tkos.co.il>
 > ---
 >  package/gstreamer1/gst1-libav/gst1-libav.mk | 8 ++++++++
 >  1 file changed, 8 insertions(+)

 > diff --git a/package/gstreamer1/gst1-libav/gst1-libav.mk b/package/gstreamer1/gst1-libav/gst1-libav.mk
 > index 1c45acc7377a..a498f9ca257d 100644
 > --- a/package/gstreamer1/gst1-libav/gst1-libav.mk
 > +++ b/package/gstreamer1/gst1-libav/gst1-libav.mk
 > @@ -83,4 +83,12 @@ endif
 >  GST1_LIBAV_CONF_OPT = \
 >  	--with-libav-extra-configure="$(GST1_LIBAV_CONF_EXTRA_OPT)"
 
 > +GST1_LIBAV_CFLAGS = $(TARGET_CFLAGS)
 > +
 > +ifeq ($(BR2_xtensa),y)
 > +GST1_LIBAV_CFLAGS += -mtext-section-literals
 > +endif
 > +
 > +GST1_LIBAV_CONF_ENV = CFLAGS="$(FFMPEG_CFLAGS)"

Committed with this fixed to use GST1_LIBAV_CFLAGS, thanks.

-- 
Bye, Peter Korsgaard

  reply	other threads:[~2014-02-11 18:30 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-02-11 14:25 [Buildroot] [PATCH 0/3] xtensa autobuild fixes Baruch Siach
2014-02-11 14:25 ` [Buildroot] [PATCH 1/3] gst1-libav: fix build for xtensa Baruch Siach
2014-02-11 18:30   ` Peter Korsgaard [this message]
2014-02-11 14:25 ` [Buildroot] [PATCH 2/3] coreutils: fix build against uclibc snapshot Baruch Siach
2014-02-11 18:53   ` Peter Korsgaard
2014-02-11 14:25 ` [Buildroot] [PATCH 3/3] gcc: xtensa: fix __builtin_frame_address use with shared libgcc Baruch Siach
2014-02-11 18:53   ` Peter Korsgaard

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=878uthv6wo.fsf@dell.be.48ers.dk \
    --to=jacmet@uclibc.org \
    --cc=buildroot@busybox.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox