Displaying 1 result from an estimated 1 matches for "armdecode".
2012 Jun 14
1
Compilation problem with theorarm
...e got problem with compiling theorarm. I followed instructions posted earlier on this list (http://permalink.gmane.org/gmane.comp.multimedia.ogg.theora.devel/3066) but still got messages about undefined symbol: oc_frag_recon_inter2_arm. I have fixed Makefile.am by adding
arm/ARMbitwise2.s \
arm/ARMdecode.s \
arm/ARMfilter.s \
arm/ARMfrag.s \
arm/ARMidct.s \
arm/ARMint.h \
arm/ARMoffsets.s \
arm/ARMoptions.s \
arm/ARMpp.s \
arm/ARMstate.c
to EXTRA_DIST and
decoder_arm_sources = \
arm/ARMbitwise2.s \
arm/ARMdecode.s \
arm/ARMfilter.s \
arm/ARMfrag.s \
arm/ARMidct.s \
arm/ARMpp.s \
arm...