Displaying 1 result from an estimated 1 matches for "armoffset".
Did you mean:
  argoffset
  
2012 Jun 14
1
Compilation problem with theorarm
...st (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?
Regar...