mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
113c878ebb
dc20ctrl can control your Kodak DC20 digital camera via the embedded serial port. With dc20ctrl you can control any parameter of your camera, as quering the current state, taking a photo, downloading the thumbnails and/or the pictures (in raw, pgm or ppm format, and eventually others: it depends on compilation-time options), erasing the camera memory and changing its resolution. PR: ports/5885 Submitted by: paterno@dsi.UNIFI.IT
12 lines
223 B
Plaintext
12 lines
223 B
Plaintext
--- dc20.h.orig Mon Dec 21 21:09:11 1998
|
|
+++ dc20.h Mon Dec 21 21:09:47 1998
|
|
@@ -45,7 +45,7 @@
|
|
#include <string.h>
|
|
|
|
#ifdef USE_TIFF
|
|
-#include <tiff34/tiffio.h>
|
|
+#include <tiffio.h>
|
|
#endif /* USE_TIFF */
|
|
|
|
#ifndef TRUE
|