On Fri, 2 Jan 2004 11:17:13 -0800 (PST)
"Steven M. Schultz" <[EMAIL PROTECTED]> wrote:

> > /home/joehill/tmp/ccdc9rev.s: Assembler messages:
> > /home/joehill/tmp/ccdc9rev.s:625: Error: symbol `NOT_SUPPORTED' is already
> > defined make: *** [jdapimin.o] Error 1
> 
>       Bug in gcc.   Change the "-O3" in the Makefile(s) to "-O2" and that
>       should work around the problem.
> 
> > software installed, I am not sure what this error means (actually, this
> > error
> > comes up both when I try to build mjpegtools *and* when I try to build 
> > jpeg-mmx).
> 
>       The problem has been seen in the past by other folks.   GCC ends up
>       over optimizing a section of code and including the inline'd version
>       and the actual function (something like that as I recall).

That *seemed* to do it, though I had CFLAGS= -O6, not O3, if I'm even looking
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
jdsample.c:308: warning: integer constant is too large for "long" type
jdsample.c:309: warning: integer constant is too large for "long" type
jdsample.c:309: warning: integer constant is too large for "long" type
jdsample.c:310: warning: integer constant is too large for "long" type
jdsample.c:310: warning: integer constant is too large for "long" type
jdsample.c:311: warning: integer constant is too large for "long" type
jdsample.c:311: warning: integer constant is too large for "long" type
jdsample.c:312: warning: integer constant is too large for "long" type

...anyhow, am I heading down the right path? I'm assuming that building
mjpegtools from source *with* the nasm package installed will speed up the
conversion process from DivX to SVCD?

Thanks very much!
-- 
JoeHill ++ ICQ # 280779813
Registered Linux user #282046
Homepage: www.orderinchaos.org
+++++++++++++++++++++++++++
"Reality is what you can get away with."
-- Robert Anton Wilson


-------------------------------------------------------
This SF.net email is sponsored by: IBM Linux Tutorials.
Become an expert in LINUX or just sharpen your skills.  Sign up for IBM's
Free Linux Tutorials.  Learn everything from the bash shell to sys admin.
Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click
_______________________________________________
Mjpeg-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mjpeg-users

Reply via email to