[Ffmpeg-devel] cross compiling ffmpeg

Diego Biurrun diego
Mon Feb 5 16:11:39 CET 2007


On Mon, Feb 05, 2007 at 02:39:24PM +0000, M?ns Rullg?rd wrote:
> 
> Diego Biurrun said:
> > On Mon, Feb 05, 2007 at 01:28:45PM +0000, M?ns Rullg?rd wrote:
> >>
> >> >      979:for opt do
> >>
> >> This could, and probably should, be merged with the main loop.
> >
> > Hmmmm...
> >
> >   FFMPEG_CONFIGURATION=" "
> >   for opt do
> >     FFMPEG_CONFIGURATION="$FFMPEG_CONFIGURATION""$opt "
> >   done
> >
> > Am I missing something here or can this be simplified to
> >
> >   FFMPEG_CONFIGURATION="$@"
> 
> The same thing occurred to me, and I don't see why it would be different.

There is a difference: It should be considerably faster (not that it
will matter much, but ..).  Anyway, committed.

Diego





More information about the ffmpeg-devel mailing list