Re: [RFC] theorarm-merge-branch diff for latest svn

Dave Milici <[email protected]> Tue, 24 Aug 2010 10:47:00 -0700 (PDT)
Newsgroups gmane.comp.multimedia.ogg.theora.devel
Message-ID <[email protected]>
Thanks for following up on this, and posting an integrated patch for review. 
I'll have to revisit this when I'm back at workstation.

I thought it was odd that the .s files for the decode functions were not 
included in the makefile, and only discovered them through series of failed runs 
with unresolved function symbols. After finally assembling and linking them in, 
then I started getting segfaults inside some of them. Rather than unravelling 
these decode function dependencies, it was more expedient to leave them disabled 
to get something running.

--DaveM


----- Original Message ----
From: Riccardo Magliocchetti <[email protected]>
To: [email protected]
Cc: [email protected]
Sent: Mon, August 23, 2010 8:46:57 AM
Subject: [theora-dev] [RFC] theorarm-merge-branch diff for latest svn


- something in the fast path for decoder is broken, in fact these fast paths are 
disabled in lib/decode.c via an undef. If you remove the undef you get a 
segfault, tried to get a core but i hadn't symbols so no idea where to start.