gstreamer: provide necessary config value for AArch64
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sun, 6 Jan 2013 06:14:02 +0000 (06:14 +0000)
committerPeter Korsgaard <jacmet@sunsite.dk>
Sun, 6 Jan 2013 16:43:51 +0000 (17:43 +0100)
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>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
package/multimedia/gstreamer/gstreamer.mk

index b87f0294ffc528d925ae9982e8aa3a27866e2db4..3fb913e9d020f5d39d372caa485e3e81bc6ec310 100644 (file)
@@ -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 \