libtheora: use CONFIGURE_ARGS, fix build on armeb
authorDaniel Golle <redacted>
Sun, 22 Jun 2025 17:15:05 +0000 (18:15 +0100)
committerDaniel Golle <redacted>
Sun, 22 Jun 2025 19:50:27 +0000 (20:50 +0100)
commit6f9b8675410f071c23410f79fd42d59568ea606e
tree27e2d3b545d79530e26a07456715c6d82124d029
parent54d5ff16079a20a205bc155317f0e1aaaf7c2706
libtheora: use CONFIGURE_ARGS, fix build on armeb

Use CONFIGURE_ARGS instead of defining a custom Build/Configure target.
Set --disable-asm on armeb to fix build error:
  CC       apiwrapper.lo
In file included from state.h:56,
                 from apiwrapper.h:24,
                 from apiwrapper.c:21:
arm/armint.h:24:5: error: #error "Big-endian configurations are not supported by the ARM asm. " "Reconfigure with --disable-asm or undefine OC_ARM_ASM."
   24 | #   error "Big-endian configurations are not supported by the ARM asm. " \
      |     ^~~~~

Signed-off-by: Daniel Golle <redacted>
libs/libtheora/Makefile
git clone https://git.99rst.org/PROJECT