[theora-dev] Compilation problem with theorarm
Andrzej
yeyo at wp.pl
Thu Jun 14 02:18:50 PDT 2012
Hello all.
I have 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/ARMstate.c
but it didn't help. Any idea, how to get theorarm well compiled?
Regards
Andrzej
More information about the theora-dev
mailing list