[MPlayer-cvslog] r30094 - in trunk: Makefile vidix vidix/pci_db2c.awk vidix/pci_names.c
Diego Biurrun
diego at biurrun.de
Mon Jan 4 21:54:04 CET 2010
On Sun, Dec 20, 2009 at 11:14:48PM +0100, Diego Biurrun wrote:
> 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..
Reverted.
Doh, this took two full weeks - major procrastination is going on.
Apologies to all affected parties.
Diego
More information about the MPlayer-cvslog
mailing list