[theora-dev] release priorities
Ralph Giles
giles at xiph.org
Sat Mar 13 22:36:57 PST 2004
On Sat, Mar 13, 2004 at 11:55:14PM -0300, Mauricio Piacentini wrote:
> Updated my tree to have a look at this. However, I get an error
> (undefined external) at an ogg file, bitwise.c. Line 173 says:
>
> bcopy(source,b->ptr,bytes);
Monty, are you okay with changing this to memcpy() (or memmove())? I
agree with mau that the newer functions more portable and not
necessarily slower these days.
-r
> According to my limited research, this is a deprecated routine on some
> OSes (FreeBSD as well?). It does not appear to be present in Windows. I
> don't want to commit a change without asking first, but shouldn't it be
> updated to
>
> memmove(source,b->ptr,bytes);
>
> in order to be portable?
--- >8 ----
List archives: http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a message to 'theora-dev-request at xiph.org'
containing only the word 'unsubscribe' in the body. No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.
More information about the Theora-dev
mailing list