Re: Theora got extreamly slow (Makefile.am was changed)
Ralph Giles <[email protected]>
| Newsgroups | gmane.comp.multimedia.ogg.theora.devel |
|---|---|
| Message-ID | <[email protected]> |
On 24-Apr-08, at 3:21 AM, R. P. Janaka wrote: > AM_CFLAGS = -O2 -Wall $(DEFS) $(INCS) > instead of > CFLAGS = -O2 -Wall $(DEFS) $(INCS) I can't say. AM_CFLAGS is probably more correct, but I don't see any bare CFLAGS assignments in the source, just those passed through recursive make for the debug and profile targets. Maybe one is getting more clobbered than the other? -r