* [Buildroot] [PATCH 1/2] package/ffmpeg: Enable armv6 support for Cortex cores
@ 2014-09-22 15:17 Bernd Kuhls
2014-09-22 15:17 ` [Buildroot] [PATCH 2/2] package/ffmpeg: Bump version to 2.4.1 Bernd Kuhls
2014-09-22 17:02 ` [Buildroot] [PATCH 1/2] package/ffmpeg: Enable armv6 support for Cortex cores Thomas Petazzoni
0 siblings, 2 replies; 3+ messages in thread
From: Bernd Kuhls @ 2014-09-22 15:17 UTC (permalink / raw)
To: buildroot
Fixes
http://autobuild.buildroot.net/results/cda/cdad51f610c339d2ad4c7d09c282cfb4b10770a0/
http://autobuild.buildroot.net/results/cd5/cd53af973d9722481c3298f484b399c9a2c286cf/
http://autobuild.buildroot.net/results/a9a/a9a2c49d923fd891945a24c9d0d147b3eea9b037/
http://autobuild.buildroot.net/results/d2f/d2f51632aea5727df9404e611e8e379567f03b61/
http://autobuild.buildroot.net/results/a62/a622dd113dcb7b352bcfebe3b3c7ac6ed286d7c7/
http://autobuild.buildroot.net/results/2ea/2eace18d0d32b4cbb6120b06d2bbe79d2b9857a7/
http://autobuild.buildroot.net/results/caa/caad4172db90879db51b66625b98aa0805e39c73/
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
---
package/ffmpeg/ffmpeg.mk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/package/ffmpeg/ffmpeg.mk b/package/ffmpeg/ffmpeg.mk
index c6f305a..e429b35 100644
--- a/package/ffmpeg/ffmpeg.mk
+++ b/package/ffmpeg/ffmpeg.mk
@@ -265,7 +265,7 @@ endif
ifeq ($(BR2_arm920t)$(BR2_arm922t)$(BR2_strongarm)$(BR2_fa526),y)
FFMPEG_CONF_OPT += --disable-armv5te
endif
-ifeq ($(BR2_arm1136jf_s)$(BR2_arm1176jz_s)$(BR2_arm1176jzf_s),y)
+ifeq ($(BR2_arm1136jf_s)$(BR2_arm1176jz_s)$(BR2_arm1176jzf_s)$(BR2_cortex_a5)$(BR2_cortex_a8)$(BR2_cortex_a9)$(BR2_cortex_a15),y)
FFMPEG_CONF_OPT += --enable-armv6
else
FFMPEG_CONF_OPT += --disable-armv6 --disable-armv6t2
--
1.7.10.4
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [Buildroot] [PATCH 2/2] package/ffmpeg: Bump version to 2.4.1
2014-09-22 15:17 [Buildroot] [PATCH 1/2] package/ffmpeg: Enable armv6 support for Cortex cores Bernd Kuhls
@ 2014-09-22 15:17 ` Bernd Kuhls
2014-09-22 17:02 ` [Buildroot] [PATCH 1/2] package/ffmpeg: Enable armv6 support for Cortex cores Thomas Petazzoni
1 sibling, 0 replies; 3+ messages in thread
From: Bernd Kuhls @ 2014-09-22 15:17 UTC (permalink / raw)
To: buildroot
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
---
package/ffmpeg/ffmpeg.mk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/package/ffmpeg/ffmpeg.mk b/package/ffmpeg/ffmpeg.mk
index e429b35..ae3d4c3 100644
--- a/package/ffmpeg/ffmpeg.mk
+++ b/package/ffmpeg/ffmpeg.mk
@@ -4,7 +4,7 @@
#
################################################################################
-FFMPEG_VERSION = 2.4
+FFMPEG_VERSION = 2.4.1
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] 3+ messages in thread
* [Buildroot] [PATCH 1/2] package/ffmpeg: Enable armv6 support for Cortex cores
2014-09-22 15:17 [Buildroot] [PATCH 1/2] package/ffmpeg: Enable armv6 support for Cortex cores Bernd Kuhls
2014-09-22 15:17 ` [Buildroot] [PATCH 2/2] package/ffmpeg: Bump version to 2.4.1 Bernd Kuhls
@ 2014-09-22 17:02 ` Thomas Petazzoni
1 sibling, 0 replies; 3+ messages in thread
From: Thomas Petazzoni @ 2014-09-22 17:02 UTC (permalink / raw)
To: buildroot
Dear Bernd Kuhls,
On Mon, 22 Sep 2014 17:17:15 +0200, Bernd Kuhls wrote:
> Fixes
> http://autobuild.buildroot.net/results/cda/cdad51f610c339d2ad4c7d09c282cfb4b10770a0/
> http://autobuild.buildroot.net/results/cd5/cd53af973d9722481c3298f484b399c9a2c286cf/
> http://autobuild.buildroot.net/results/a9a/a9a2c49d923fd891945a24c9d0d147b3eea9b037/
> http://autobuild.buildroot.net/results/d2f/d2f51632aea5727df9404e611e8e379567f03b61/
> http://autobuild.buildroot.net/results/a62/a622dd113dcb7b352bcfebe3b3c7ac6ed286d7c7/
> http://autobuild.buildroot.net/results/2ea/2eace18d0d32b4cbb6120b06d2bbe79d2b9857a7/
> http://autobuild.buildroot.net/results/caa/caad4172db90879db51b66625b98aa0805e39c73/
>
> Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
> ---
> package/ffmpeg/ffmpeg.mk | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
Both patches applied, thanks.
Thomas
--
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2014-09-22 17:02 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-09-22 15:17 [Buildroot] [PATCH 1/2] package/ffmpeg: Enable armv6 support for Cortex cores Bernd Kuhls
2014-09-22 15:17 ` [Buildroot] [PATCH 2/2] package/ffmpeg: Bump version to 2.4.1 Bernd Kuhls
2014-09-22 17:02 ` [Buildroot] [PATCH 1/2] package/ffmpeg: Enable armv6 support for Cortex cores Thomas Petazzoni
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox