mirror of
https://github.com/mpv-player/mpv
synced 2025-01-05 03:06:28 +01:00
restored pci_db2c.awk file from previous broken commit
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22929 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
39c7dd10bd
commit
15ed4ece3a
@ -29,7 +29,6 @@ BEGIN {
|
||||
print_head(name_file);
|
||||
print_head(name_h_file);
|
||||
print_head(dev_ids_file);
|
||||
print_includes(dev_ids_file);
|
||||
print "#ifndef PCI_VENDORS_INCLUDED" >vendor_file
|
||||
print "#define PCI_VENDORS_INCLUDED 1">vendor_file
|
||||
print "" >vendor_file
|
||||
@ -109,13 +108,6 @@ BEGIN {
|
||||
print_func_bodies(name_file);
|
||||
}
|
||||
|
||||
function print_includes(out_file)
|
||||
{
|
||||
print "#include <stdlib.h>" >out_file;
|
||||
print "#include \"pci_names.h\"" >out_file;
|
||||
return;
|
||||
}
|
||||
|
||||
function print_head( out_file)
|
||||
{
|
||||
print "/*" >out_file;
|
||||
|
Loading…
Reference in New Issue
Block a user