Re: [PATCH] cpu support for VIA and Transmeta processors
"Timothy B. Terriberry" <[email protected]>
| Newsgroups | gmane.comp.multimedia.ogg.theora.devel |
|---|---|
| Message-ID | <[email protected]> |
David Kuehling wrote: > Your new code looks good. Though I didn't compile it (yet). BTW > anybody knows how to enable the TH_DEBUG() debug messages? I'm always > adding my own debug code to see what CPU detection did... Monty added those, but grep says: CFLAGS=-D_TH_DEBUG_ ./configure && make clean && make However, then you run into the problem that the variables dframe and debugout are only defined in the encoder, even though they're used in the decoder, so the decoder examples will fail to build.