From: Thomas Petazzoni Date: Sun, 6 Jan 2013 06:14:02 +0000 (+0000) Subject: gstreamer: provide necessary config value for AArch64 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=d3210cbac3cce63ae74fd2936849937b90c35cfb;p=buildroot.git gstreamer: provide necessary config value for AArch64 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 Signed-off-by: Peter Korsgaard --- diff --git a/package/multimedia/gstreamer/gstreamer.mk b/package/multimedia/gstreamer/gstreamer.mk index b87f0294ff..3fb913e9d0 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 \