diff --git a/package/libtheora/libtheora.mk b/package/libtheora/libtheora.mk index 2cf62e5623..906acc8641 100644 --- a/package/libtheora/libtheora.mk +++ b/package/libtheora/libtheora.mk @@ -22,7 +22,7 @@ LIBTHEORA_CONF_OPTS = \ # assembly code on arm is broken: # https://gitlab.xiph.org/xiph/theora/-/merge_requests/53 -ifeq ($(BR2_arm),y) +ifeq ($(BR2_arm)$(BR2_armeb),y) LIBTHEORA_CONF_OPTS += --disable-asm endif