ffmpeg/libavdevice
Reimar Döffinger bb3244dee2 Replace all usage of strcasecmp/strncasecmp
All current usages of it are incompatible with localization.
For example strcasecmp("i", "I") != 0 is possible, but would
break many of the places where it is used.

Instead use our own implementations that always treat the data
as ASCII.

Signed-off-by: Martin Storsjö <martin@martin.st>
2011-11-06 11:52:57 +02:00
..
2011-10-26 16:39:33 -07:00
2011-09-21 13:51:53 +02:00
2011-10-26 16:39:33 -07:00
2011-10-26 16:39:33 -07:00
2011-10-26 16:39:33 -07:00
2011-03-29 21:19:39 -07:00