Displaying 1 result from an estimated 1 matches for "oc_arm_asm".
2010 Jul 24
2
theorarm build
...file object list.
(6) Modifying the makefile to assemble the additional .s files yielded
a libtheora.so binary which loaded but segfaulted in one of the added
functions.
(7) The extra functions missing from the original makefile were
conditionally linked instead of their C versions based on OC_ARM_ASM
define.
Undefining OC_ARM_ASM in these C functions and relinking the original
set of assembler object files finally yielded a usable library.
The resulting libtheora.so was noticeably faster than its C-only
version on an ARM926 device, so this would be worthwhile to pursue. If
interested I...