[MPlayer-cvslog] r30094 - in trunk: Makefile vidix vidix/pci_db2c.awk vidix/pci_names.c

Diego Biurrun diego at biurrun.de
Sun Dec 20 23:14:48 CET 2009


On Sun, Dec 20, 2009 at 10:11:40PM +0100, diego wrote:
> 
> Log:
> Do not auto-generate the C code to handle PCI vendor and device names.
> This part of the code does not change so there is no point in generating it.
> 
> --- trunk/vidix/pci_db2c.awk	Sun Dec 20 21:57:44 2009	(r30093)
> +++ trunk/vidix/pci_db2c.awk	Sun Dec 20 22:11:39 2009	(r30094)
> @@ -135,41 +134,6 @@ function print_head(out_file)
>  
> -function print_func_bodies(out_file)
> -{
> -    print "" > out_file
> -    print "const char *pci_vendor_name(unsigned short id)" > out_file
> -    print "{" > out_file
> -    if (with_pci_db) {

Argh, the commit is wrong because this condition is now ignored.
I'm getting too tired..

Diego


More information about the MPlayer-cvslog mailing list