diff mbox

gstreamer: provide necessary config value for AArch64

Message ID 1357488842-22491-1-git-send-email-thomas.petazzoni@free-electrons.com
State Accepted
Commit d3210cbac3cce63ae74fd2936849937b90c35cfb
Headers show

Commit Message

Thomas Petazzoni Jan. 6, 2013, 4:14 p.m. UTC
Provide the as_cv_unaligned_access value for the AArch64 architecture.

Fixes:

  http://autobuild.buildroot.net/results/5d6d76451a00d79e1bdfe87b6ced61807666cc48/build-end.log

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
---
 package/multimedia/gstreamer/gstreamer.mk |    3 +++
 1 file changed, 3 insertions(+)

Comments

Peter Korsgaard Jan. 6, 2013, 4:44 p.m. UTC | #1
>>>>> "Thomas" == Thomas Petazzoni <thomas.petazzoni@free-electrons.com> writes:

 Thomas> Provide the as_cv_unaligned_access value for the AArch64 architecture.
 Thomas> Fixes:

 Thomas>   http://autobuild.buildroot.net/results/5d6d76451a00d79e1bdfe87b6ced61807666cc48/build-end.log

Committed, thanks.
diff mbox

Patch

diff --git a/package/multimedia/gstreamer/gstreamer.mk b/package/multimedia/gstreamer/gstreamer.mk
index b87f029..3fb913e 100644
--- a/package/multimedia/gstreamer/gstreamer.mk
+++ b/package/multimedia/gstreamer/gstreamer.mk
@@ -15,6 +15,9 @@  GSTREAMER_INSTALL_STAGING = YES
 ifeq ($(BR2_avr32),y)
 GSTREAMER_CONF_ENV = as_cv_unaligned_access=no
 endif
+ifeq ($(BR2_aarch64),y)
+GSTREAMER_CONF_ENV = as_cv_unaligned_access=yes
+endif
 
 GSTREAMER_CONF_OPT = \
 		--disable-examples \