All of lore.kernel.org
 help / color / mirror / Atom feed
From: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 2/3] ffmpeg: cosmetic change. Puts mipsfpu conf opts in one line.
Date: Fri, 18 Mar 2016 14:06:05 +0000	[thread overview]
Message-ID: <1458309966-16835-2-git-send-email-Vincent.Riera@imgtec.com> (raw)
In-Reply-To: <1458309966-16835-1-git-send-email-Vincent.Riera@imgtec.com>

Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
---
 package/ffmpeg/ffmpeg.mk | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/package/ffmpeg/ffmpeg.mk b/package/ffmpeg/ffmpeg.mk
index 75c0128..3115fc7 100644
--- a/package/ffmpeg/ffmpeg.mk
+++ b/package/ffmpeg/ffmpeg.mk
@@ -429,11 +429,9 @@ FFMPEG_CONF_OPTS += --enable-neon
 endif
 
 ifeq ($(BR2_MIPS_SOFT_FLOAT),y)
-FFMPEG_CONF_OPTS += \
-	--disable-mipsfpu
+FFMPEG_CONF_OPTS += --disable-mipsfpu
 else
-FFMPEG_CONF_OPTS += \
-	--enable-mipsfpu
+FFMPEG_CONF_OPTS += --enable-mipsfpu
 endif
 
 ifeq ($(BR2_POWERPC_CPU_HAS_ALTIVEC),y)
-- 
2.7.3

  reply	other threads:[~2016-03-18 14:06 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-03-18 14:06 [Buildroot] [PATCH 1/3] ffmpeg: bump to version 3.0 Vicente Olivert Riera
2016-03-18 14:06 ` Vicente Olivert Riera [this message]
2016-03-19 13:35   ` [Buildroot] [PATCH 2/3] ffmpeg: cosmetic change. Puts mipsfpu conf opts in one line Thomas Petazzoni
2016-03-18 14:06 ` [Buildroot] [PATCH 3/3] ffmpeg: default to --cpu=generic for MIPS architecture Vicente Olivert Riera
2016-03-19 13:35   ` Thomas Petazzoni
2016-03-26 20:57     ` Bernd Kuhls
2016-03-18 15:41 ` [Buildroot] [PATCH 1/3] ffmpeg: bump to version 3.0 Bernd Kuhls
2016-03-18 16:21   ` Vicente Olivert Riera
2016-03-18 17:00     ` Bernd Kuhls
2016-03-18 17:07       ` Vicente Olivert Riera
2016-03-18 19:04         ` Bernd Kuhls
2016-03-22 20:07           ` Bernd Kuhls

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=1458309966-16835-2-git-send-email-Vincent.Riera@imgtec.com \
    --to=vincent.riera@imgtec.com \
    --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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.