|
From: Steven M. S. <sm...@2B...> - 2004-01-02 20:07:00
|
On Fri, 2 Jan 2004, JoeHill wrote: > That *seemed* to do it, though I had CFLAGS= -O6, not O3, if I'm even looking Ah, that's right. It's been so long since I stumbled across the problem I forgot the exact setting. -O3 and higher would tickle the bug as I recall. > in the right place. It built some executables, and only gave warnings, no > errors, for example: > jdsample.c:308: warning: integer constant is too large for "long" type Fine - nothing to worry about. > ...anyhow, am I heading down the right path? I'm assuming that building Yes, you're on the right path. > mjpegtools from source *with* the nasm package installed will speed up the > conversion process from DivX to SVCD? Oh yes - there are sections of MMX/SSE code that will *greatly* speed up the encoding process when nasm is present and used to build mjpegtools. Cheers, Steven Schultz |