[MPlayer-dev-eng] [PATCH] possibly wrong use of tr in vidix check
Reimar Döffinger
Reimar.Doeffinger at stud.uni-karlsruhe.de
Thu Jun 7 16:17:33 CEST 2007
Hello,
On Thu, Jun 07, 2007 at 04:33:05PM +0300, Ismail D?nmez wrote:
> On Thursday 07 June 2007 01:44:29 Nico Sabbi wrote:
> > tr seems to be used incorrectly in the vidix check in configure.
> > Attached patch fixes my problem (untranslated lowercases).
> > If no one objects I'll commit it tomorrow.
>
> Makes no difference here :
>
> [~]> echo abc | tr [a-z] [A-Z]
> ABC
>
> [~]> echo abc | tr '[a-z]' '[A-Z]'
> ABC
It only does with broken (Solaris?) tr, but we have that workaround also
already in some other place.
Maybe we should just add a toupper function like ffmpeg configure...
Greetings,
Reimar Döffinger
More information about the MPlayer-dev-eng
mailing list