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 <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
6e6d2363e0
commit
d3210cbac3
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user