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="$@"
?
Diego