Mercurial > mplayer.hg
diff vidix/Makefile @ 25271:4ba5a1593296
add new configure option to disable VIDIX PCI device name database (saves a 300 kB on mplayer binary)
author | ben |
---|---|
date | Tue, 04 Dec 2007 18:10:20 +0000 |
parents | f5ecd91bcea1 |
children | 30fb2aded5b1 |
line wrap: on
line diff
--- a/vidix/Makefile Tue Dec 04 15:26:56 2007 +0000 +++ b/vidix/Makefile Tue Dec 04 18:10:20 2007 +0000 @@ -47,7 +47,7 @@ $(CC) -c $(CFLAGS) -DRAGE128 -o $@ $< pci_names.c pci_dev_ids.c: pci.db - LC_ALL=C awk -f pci_db2c.awk $< + LC_ALL=C awk -f pci_db2c.awk $< $(VIDIX_PCIDB) clean:: rm -f pci_*.c pci_*.h