User-agent: Mozilla Thunderbird 0.7.3 (Macintosh/20040803)
Jesus Peinado wrote:
hi!!
I want to port the h.264/avc codec/decodec to macosX...It uses the
ftime routine..but tthis routine is not included (as far I know) in
Mac OSX 10.3..Is there any way to use
or compile this routine
Use the gettimeofday routine instead. ftime() is obsolete.