Mercurial > mplayer.hg
comparison 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 |
comparison
equal
deleted
inserted
replaced
25270:f2a95277b9cf | 25271:4ba5a1593296 |
---|---|
45 | 45 |
46 rage128_vid.o: radeon_vid.c | 46 rage128_vid.o: radeon_vid.c |
47 $(CC) -c $(CFLAGS) -DRAGE128 -o $@ $< | 47 $(CC) -c $(CFLAGS) -DRAGE128 -o $@ $< |
48 | 48 |
49 pci_names.c pci_dev_ids.c: pci.db | 49 pci_names.c pci_dev_ids.c: pci.db |
50 LC_ALL=C awk -f pci_db2c.awk $< | 50 LC_ALL=C awk -f pci_db2c.awk $< $(VIDIX_PCIDB) |
51 | 51 |
52 clean:: | 52 clean:: |
53 rm -f pci_*.c pci_*.h | 53 rm -f pci_*.c pci_*.h |