cf266799b2
The Image::Exif Perl extension allows the user to use the libexif library to extract EXIF information from JPEG files created by digital cameras. ok naddy@
13 lines
353 B
Plaintext
13 lines
353 B
Plaintext
$OpenBSD: patch-exif_h,v 1.1.1.1 2004/05/17 05:09:52 robert Exp $
|
|
--- exif.h.orig 2004-05-03 11:06:45.000000000 -0700
|
|
+++ exif.h 2004-05-03 11:07:29.000000000 -0700
|
|
@@ -46,6 +46,8 @@
|
|
|
|
#include <sys/types.h>
|
|
|
|
+/* common size for property strings */
|
|
+#define PROPSTR_SIZE 32
|
|
|
|
/*
|
|
* XXX Only checking for Solaris & Windows now. Other platforms will
|