aboutsummaryrefslogtreecommitdiff
path: root/graphics/Makefile
diff options
context:
space:
mode:
authorSergey A. Osokin <osa@FreeBSD.org>2008-05-06 05:03:26 +0000
committerSergey A. Osokin <osa@FreeBSD.org>2008-05-06 05:03:26 +0000
commit273a36732d26cdc9aa712564e119fae087e689e1 (patch)
treecf58c08e4f5ddbceb38e7f752b39c6546a2eed81 /graphics/Makefile
parent8ac1d2c1c379f9f01dcbc2bf65ce945abb9fc030 (diff)
Add libraw a library for reading RAW files obtained from digital photo
cameras (CRW/CR2, NEF, RAF, DNG, and others). LibRaw is based on the source codes of the dcraw utility, where part of drawbacks have already been eliminated and part will be fixed in future. The users of the library are provided with API to be built into their software programs. WWW: http://www.libraw.org http://www.libraw.su
Notes
Notes: svn path=/head/; revision=212701
Diffstat (limited to 'graphics/Makefile')
-rw-r--r--graphics/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/graphics/Makefile b/graphics/Makefile
index 4dcf2e4616b2..a832e480023e 100644
--- a/graphics/Makefile
+++ b/graphics/Makefile
@@ -402,6 +402,7 @@
SUBDIR += libpuzzle
SUBDIR += libqglviewer
SUBDIR += libqrencode
+ SUBDIR += libraw
SUBDIR += librsvg
SUBDIR += librsvg2
SUBDIR += libspiro