[MPlayer-dev-eng] [PATCH] PCI ID db create error
Onur Kucuk
onur at delipenguen.net
Thu Mar 18 03:12:43 CET 2004
Hello,
During the pci id headers creation in libdha, awk fails if LC_CTYPE is
set to tr_TR, Turkish. Other languages may also be affected.
The problem is, upper case of "i" in Turkish is not "I". Awk fails with
this character and creates output "VENDOR_TR_DENT" instead of
"VENDOR_TRIDENT" etc. and vidix drivers don't compile.
Tested on a slackware 9.1 system where awk is linked to gawk
:$ awk --version
GNU Awk 3.1.3
I suggest forcing awk to default to C.
Attached patch fixes the problem.
--
Onur Kucuk Knowledge speaks,
<onur at delipenguen.net> but wisdom listens
-------------- next part --------------
A non-text attachment was scrubbed...
Name: mplayer-pci_names.patch
Type: application/octet-stream
Size: 345 bytes
Desc: not available
URL: <http://lists.mplayerhq.hu/pipermail/mplayer-dev-eng/attachments/20040318/fbead1a3/attachment.obj>
More information about the MPlayer-dev-eng
mailing list