694190f714
Capture images from USB cameras using the OV511/OV511+ chipset.
13 lines
328 B
Plaintext
13 lines
328 B
Plaintext
$OpenBSD: patch-Makefile,v 1.1.1.1 2001/06/19 03:25:08 angelos Exp $
|
|
--- Makefile.orig Sat Jun 9 01:33:46 2001
|
|
+++ Makefile Sat Jun 9 01:33:56 2001
|
|
@@ -6,7 +6,7 @@ VERSION = 1.0.1
|
|
|
|
CFLAGS = -O
|
|
CPPFLAGS = -I/usr/local/include
|
|
-LIBS = -L/usr/local/lib -lpnm
|
|
+LIBS = -L/usr/local/lib -lpnm -lppm -lpbm -lpgm
|
|
|
|
default: vid
|
|
|