mirror of
https://github.com/mpv-player/mpv
synced 2025-04-01 23:00:41 +00:00
Make vidix/pci_db2c.awk executable.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30047 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
1078baf9aa
commit
c796878e40
5
vidix/pci_db2c.awk
Normal file → Executable file
5
vidix/pci_db2c.awk
Normal file → Executable file
@ -1,9 +1,8 @@
|
||||
#!/usr/bin/awk -f
|
||||
# This file converts given pci.db to "C" source and header files
|
||||
# For latest version of pci ids see: http://pciids.sf.net
|
||||
# Copyright 2002 Nick Kurshev
|
||||
#
|
||||
# Usage: awk -f pci_db2c.awk pci.db
|
||||
#
|
||||
# Tested with Gawk v 3.0.x and Mawk 1.3.3
|
||||
# But it should work with standard Awk implementations (hopefully).
|
||||
# (Nobody tested it with Nawk, but it should work, too).
|
||||
@ -28,7 +27,7 @@ BEGIN {
|
||||
|
||||
if(ARGC != 3) {
|
||||
# check for arguments:
|
||||
print "Usage awk -f pci_db2c.awk pci.db (and make sure pci.db file exists first)";
|
||||
print "Usage ./pci_db2c.awk pci.db (and make sure pci.db file exists first)";
|
||||
exit(1);
|
||||
}
|
||||
in_file = ARGV[1];
|
||||
|
Loading…
Reference in New Issue
Block a user