From: David S. <da...@si...> - 2004-01-19 19:58:00
|
Hi Steve, Stephen Davidson wrote: > Hi David. > > Your commits of the java files definately did NOT make it. I just I have noticed that my changes are not (as of yet anyway) on the anonymous CVS. I presume you're using developer CVS? Also was this before or after we chatted on the phone? ;) > checked the SF CVS Webpages, and the last changes checked in on > the java files were mine from a month ago. Can you try to confirm > or resubmit your java changes? I just did a checkout in a separate directory on my machine from the developer branch and all the files seem to be there OK. > Also, why did you change the extension of jffmpeg.cpp to jffmpeg.c? Chiefly because the implementation was changed from c++ to c of this file. "gcc" will only treat files as "C" instead of C++ if the extension is ".c". This change was strictly not necessary but I think more people are familiar with the C JNI bindings. > It does make it difficult to compare changes that way. Yes, I sympathize. From here on in I probably won't have to move/rename any files. -- David Stuart, SIPquest Email: dave (at) sipquest (dot) com Phone: 254-8886 x234 Web: http://www.sipquest.com/ Address: 106 - 350 Terry Fox Drive, Kanata Ontario, K2K 2P5 |