summaryrefslogtreecommitdiffstats
path: root/vidix/Makefile
diff options
context:
space:
mode:
authorben <ben@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-12-04 18:10:20 +0000
committerben <ben@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-12-04 18:10:20 +0000
commitcee668bb27e8b8322b9ccdaabab3e58cfe5c413d (patch)
tree3e9e7bb590b82cc1a854bdecf597f41460aa1584 /vidix/Makefile
parent298578466c5e8d58444e1ed217bf10301d7ca056 (diff)
downloadmpv-cee668bb27e8b8322b9ccdaabab3e58cfe5c413d.tar.bz2
mpv-cee668bb27e8b8322b9ccdaabab3e58cfe5c413d.tar.xz
add new configure option to disable VIDIX PCI device name database (saves a 300 kB on mplayer binary)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25299 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'vidix/Makefile')
-rw-r--r--vidix/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/vidix/Makefile b/vidix/Makefile
index 0924abf2c4..cd9ab4b2c8 100644
--- a/vidix/Makefile
+++ b/vidix/Makefile
@@ -47,7 +47,7 @@ rage128_vid.o: radeon_vid.c
$(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