summaryrefslogtreecommitdiffstats
path: root/vidix
diff options
context:
space:
mode:
authorben <ben@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-04-07 11:27:24 +0000
committerben <ben@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-04-07 11:27:24 +0000
commit15ed4ece3a5677cb2125b0949536f859eb7e9174 (patch)
treefa3f9a680b7179e8a609dcc8f9f0d0960ca58f79 /vidix
parent39c7dd10bdd2c33285e182a2f3a59423efa62954 (diff)
downloadmpv-15ed4ece3a5677cb2125b0949536f859eb7e9174.tar.bz2
mpv-15ed4ece3a5677cb2125b0949536f859eb7e9174.tar.xz
restored pci_db2c.awk file from previous broken commit
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22929 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'vidix')
-rw-r--r--vidix/pci_db2c.awk8
1 files changed, 0 insertions, 8 deletions
diff --git a/vidix/pci_db2c.awk b/vidix/pci_db2c.awk
index 3d487d1c78..feaa1c7a1e 100644
--- a/vidix/pci_db2c.awk
+++ b/vidix/pci_db2c.awk
@@ -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;