Compilation problem with theorarm

Andrzej <[email protected]> Thu, 14 Jun 2012 11:18:50 +0200
Newsgroups gmane.comp.multimedia.ogg.theora.devel
Organization Poznaj Poczte WP http://poczta.wp.pl/info-start.html
Message-ID <[email protected]>
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