[theora-dev] release priorities
Mauricio Piacentini
mauricio at tabuleiro.com
Sat Mar 13 18:57:22 PST 2004
> 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);
>
> 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?
Hum... I had a look at an older tree (which was working on Windows), and
sure enough this line was previously
memmove(source,b->ptr,bytes);
Any reason for the change? Can we change it back? Apparently no one did
a Windows build of Ogg from CVS since this one was committed.
Regards,
Mauricio
--- >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