summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-multimedia/libtheora/libtheora_1.2.0.bb5
1 files changed, 5 insertions, 0 deletions
diff --git a/meta/recipes-multimedia/libtheora/libtheora_1.2.0.bb b/meta/recipes-multimedia/libtheora/libtheora_1.2.0.bb
index 361d2c6e4a..1a1b5fce06 100644
--- a/meta/recipes-multimedia/libtheora/libtheora_1.2.0.bb
+++ b/meta/recipes-multimedia/libtheora/libtheora_1.2.0.bb
@@ -19,6 +19,11 @@ inherit autotools pkgconfig
19 19
20EXTRA_OECONF = "--disable-examples --disable-doc" 20EXTRA_OECONF = "--disable-examples --disable-doc"
21 21
22# theora 1.2.0 has broken 32-bit arm assembler, see:
23# https://gitlab.xiph.org/xiph/theora/-/issues/2339
24# https://gitlab.xiph.org/xiph/theora/-/issues/2340
25EXTRA_OECONF:append:arm = " --disable-asm"
26
22# these old architectures don't support all the instructions from the asm source files 27# these old architectures don't support all the instructions from the asm source files
23EXTRA_OECONF:append:armv4 = " --disable-asm " 28EXTRA_OECONF:append:armv4 = " --disable-asm "
24EXTRA_OECONF:append:armv5 = " --disable-asm " 29EXTRA_OECONF:append:armv5 = " --disable-asm "