Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/2] package/ffmpeg: Fix mips compile
@ 2015-07-24 18:13 Bernd Kuhls
  2015-07-24 18:13 ` [Buildroot] [PATCH 2/2] package/ffmpeg: bump version to 2.7.2 Bernd Kuhls
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Bernd Kuhls @ 2015-07-24 18:13 UTC (permalink / raw)
  To: buildroot

buildroot has no support for msa, CONFIG_CPU_HAS_MSA is not enabled in
kernel config.

Fixes
http://autobuild.buildroot.net/results/030/03055aa696e9e885baabb43fff613d751974a4b7//
http://autobuild.buildroot.net/results/6b5/6b5c13c949e8ae23f1b58c6da4002371130e9bb3//
http://autobuild.buildroot.net/results/1af/1af3c68bc21503438fb0066f5e51e82e35a5442b//
and many others

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
---
 package/ffmpeg/ffmpeg.mk |    1 +
 1 file changed, 1 insertion(+)

diff --git a/package/ffmpeg/ffmpeg.mk b/package/ffmpeg/ffmpeg.mk
index 0162db2..28c6012 100644
--- a/package/ffmpeg/ffmpeg.mk
+++ b/package/ffmpeg/ffmpeg.mk
@@ -41,6 +41,7 @@ FFMPEG_CONF_OPTS = \
 	--enable-runtime-cpudetect \
 	--disable-hardcoded-tables \
 	--disable-memalign-hack \
+	--disable-msa \
 	--enable-hwaccels \
 	--disable-avisynth \
 	--disable-frei0r \
-- 
1.7.10.4

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [Buildroot] [PATCH 2/2] package/ffmpeg: bump version to 2.7.2
  2015-07-24 18:13 [Buildroot] [PATCH 1/2] package/ffmpeg: Fix mips compile Bernd Kuhls
@ 2015-07-24 18:13 ` Bernd Kuhls
  2015-07-25 21:22 ` [Buildroot] [PATCH 1/2] package/ffmpeg: Fix mips compile Yann E. MORIN
  2015-07-26 13:22 ` Thomas Petazzoni
  2 siblings, 0 replies; 4+ messages in thread
From: Bernd Kuhls @ 2015-07-24 18:13 UTC (permalink / raw)
  To: buildroot


Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
---
 package/ffmpeg/ffmpeg.hash |    2 +-
 package/ffmpeg/ffmpeg.mk   |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/package/ffmpeg/ffmpeg.hash b/package/ffmpeg/ffmpeg.hash
index a6cb310..2e6b413 100644
--- a/package/ffmpeg/ffmpeg.hash
+++ b/package/ffmpeg/ffmpeg.hash
@@ -1,2 +1,2 @@
 # Locally calculated
-sha256	7e07b97d2415feeae9c9b5595e35e7b7aab33207e81bf9f8c0d1eece43f7f720	ffmpeg-2.7.1.tar.bz2
+sha256	7ceb7550ad628c526fa6c9ff23fdfb687a62f54d90c4a730998d8c2b417b9ef2	ffmpeg-2.7.2.tar.bz2
diff --git a/package/ffmpeg/ffmpeg.mk b/package/ffmpeg/ffmpeg.mk
index 28c6012..54c9f52 100644
--- a/package/ffmpeg/ffmpeg.mk
+++ b/package/ffmpeg/ffmpeg.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-FFMPEG_VERSION = 2.7.1
+FFMPEG_VERSION = 2.7.2
 FFMPEG_SOURCE = ffmpeg-$(FFMPEG_VERSION).tar.bz2
 FFMPEG_SITE = http://ffmpeg.org/releases
 FFMPEG_INSTALL_STAGING = YES
-- 
1.7.10.4

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [Buildroot] [PATCH 1/2] package/ffmpeg: Fix mips compile
  2015-07-24 18:13 [Buildroot] [PATCH 1/2] package/ffmpeg: Fix mips compile Bernd Kuhls
  2015-07-24 18:13 ` [Buildroot] [PATCH 2/2] package/ffmpeg: bump version to 2.7.2 Bernd Kuhls
@ 2015-07-25 21:22 ` Yann E. MORIN
  2015-07-26 13:22 ` Thomas Petazzoni
  2 siblings, 0 replies; 4+ messages in thread
From: Yann E. MORIN @ 2015-07-25 21:22 UTC (permalink / raw)
  To: buildroot

Bernd, All,

On 2015-07-24 20:13 +0200, Bernd Kuhls spake thusly:
> buildroot has no support for msa, CONFIG_CPU_HAS_MSA is not enabled in
> kernel config.
> 
> Fixes
> http://autobuild.buildroot.net/results/030/03055aa696e9e885baabb43fff613d751974a4b7//
> http://autobuild.buildroot.net/results/6b5/6b5c13c949e8ae23f1b58c6da4002371130e9bb3//
> http://autobuild.buildroot.net/results/1af/1af3c68bc21503438fb0066f5e51e82e35a5442b//
> and many others
> 
> Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>

Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr>

Regards,
Yann E. MORIN.

> ---
>  package/ffmpeg/ffmpeg.mk |    1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/package/ffmpeg/ffmpeg.mk b/package/ffmpeg/ffmpeg.mk
> index 0162db2..28c6012 100644
> --- a/package/ffmpeg/ffmpeg.mk
> +++ b/package/ffmpeg/ffmpeg.mk
> @@ -41,6 +41,7 @@ FFMPEG_CONF_OPTS = \
>  	--enable-runtime-cpudetect \
>  	--disable-hardcoded-tables \
>  	--disable-memalign-hack \
> +	--disable-msa \
>  	--enable-hwaccels \
>  	--disable-avisynth \
>  	--disable-frei0r \
> -- 
> 1.7.10.4
> 
> _______________________________________________
> buildroot mailing list
> buildroot at busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot

-- 
.-----------------.--------------------.------------------.--------------------.
|  Yann E. MORIN  | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software  Designer | \ / CAMPAIGN     |  ___               |
| +33 223 225 172 `------------.-------:  X  AGAINST      |  \e/  There is no  |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL    |   v   conspiracy.  |
'------------------------------^-------^------------------^--------------------'

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Buildroot] [PATCH 1/2] package/ffmpeg: Fix mips compile
  2015-07-24 18:13 [Buildroot] [PATCH 1/2] package/ffmpeg: Fix mips compile Bernd Kuhls
  2015-07-24 18:13 ` [Buildroot] [PATCH 2/2] package/ffmpeg: bump version to 2.7.2 Bernd Kuhls
  2015-07-25 21:22 ` [Buildroot] [PATCH 1/2] package/ffmpeg: Fix mips compile Yann E. MORIN
@ 2015-07-26 13:22 ` Thomas Petazzoni
  2 siblings, 0 replies; 4+ messages in thread
From: Thomas Petazzoni @ 2015-07-26 13:22 UTC (permalink / raw)
  To: buildroot

Dear Bernd Kuhls,

On Fri, 24 Jul 2015 20:13:47 +0200, Bernd Kuhls wrote:
> buildroot has no support for msa, CONFIG_CPU_HAS_MSA is not enabled in
> kernel config.
> 
> Fixes
> http://autobuild.buildroot.net/results/030/03055aa696e9e885baabb43fff613d751974a4b7//
> http://autobuild.buildroot.net/results/6b5/6b5c13c949e8ae23f1b58c6da4002371130e9bb3//
> http://autobuild.buildroot.net/results/1af/1af3c68bc21503438fb0066f5e51e82e35a5442b//
> and many others
> 
> Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
> ---
>  package/ffmpeg/ffmpeg.mk |    1 +
>  1 file changed, 1 insertion(+)

Both applied, thanks.

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2015-07-26 13:22 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-07-24 18:13 [Buildroot] [PATCH 1/2] package/ffmpeg: Fix mips compile Bernd Kuhls
2015-07-24 18:13 ` [Buildroot] [PATCH 2/2] package/ffmpeg: bump version to 2.7.2 Bernd Kuhls
2015-07-25 21:22 ` [Buildroot] [PATCH 1/2] package/ffmpeg: Fix mips compile Yann E. MORIN
2015-07-26 13:22 ` Thomas Petazzoni

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox