[Ffmpeg-devel] Bug in "configure" file.
Sergey Bondarenko
enterit
Tue Aug 29 11:06:20 CEST 2006
Hello Mishel!
Thanks for your answer.
2006/8/29, Michel Bardiaux <mbardiaux at mediaxim.be>:
> Actually, tr '[a-z]' '[A-Z]', the quotes are needed.
You right, the quotes are needed. And square brackets are needed too.
I've updated ffmpeg from svn.
There is
for codec in $DECODER_LIST $ENCODER_LIST $PARSER_LIST $DEMUXER_LIST
$MUXER_LIST; do
echo "#define CONFIG_`echo $codec | tr a-z A-Z` 1" >> $TMPH
echo "CONFIG_`echo $codec | tr a-z A-Z`=yes" >> config.mak
done
in file "configure" (lines 2153-2157).
Can I replace " tr a-z A-Z " by " tr '[a-z]' '[A-Z]' " and commit
changes to repository ?
Another question. Should I send bug reports to this address
(fmpeg-devel at mplayerhq.hu) or I should use some other email?
Best regards,
Sergey Bondarenko.
More information about the ffmpeg-devel
mailing list