1 Feb 2004 04:51
Re: CVS: ffmpeg/libavcodec fastmemcpy.h,1.1,NONE
D Richard Felker III <dalias <at> aerifal.cx>
2004-02-01 03:51:30 GMT
2004-02-01 03:51:30 GMT
On Sat, Jan 31, 2004 at 07:13:07PM -0700, Mike Melanson wrote: > On Sun, 1 Feb 2004, Alex Beregszaszi wrote: > > > All includes are in USE_FASTMEMCPY ifdef switch, and that's only present > > if mplayer says so. For now, I have changed to pass -I../libvo/ through > > OPTFLAGS so we don't need that crappy fastmemcpy.h file, which only > > contained a single #include "../libvo/fastmemcpy.h" line... > > This strikes me as the wrong way to approach the problem. > ffmpeg-enabled apps have ways of asking ffmpeg to use custom functions. > get_buffer() is a good example of this. There has never been any "#include > "../libvo/get_buffer.h" stuff if ffmpeg. The fastmemcpy stuff should > follow the same model. We should make fastmemcpy slow by wrapping it in conditionals and indirect calls? Wow, what a brilliant idea!! What's wrong with the current approach?? Rich ------------------------------------------------------- The SF.Net email is sponsored by EclipseCon 2004 Premiere Conference on Open Tools Development and Integration See the breadth of Eclipse activity. February 3-5 in Anaheim, CA. http://www.eclipsecon.org/osdn
RSS Feed