diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2007-03-21 19:23:36 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2007-03-21 19:23:36 +0000 |
commit | bb945c1889a432d3ed452c5cd7735739d5a271f6 (patch) | |
tree | 3f1edd133dff3b4587c771915d5396fa6b6f3b31 /graphics/Makefile | |
parent | 2970fa7acde291a3de8bc8cfd869c80ee4051f0d (diff) |
libopenraw is an ongoing project to provide a free software implementation for
camera RAW files decoding. One of the main reason is that dcraw is not suited
for easy integration into applications, and there is a need for an easy to use
API to build free software digital image processing application.
WWW: http://libopenraw.freedesktop.org/
Notes
Notes:
svn path=/head/; revision=187925
Diffstat (limited to 'graphics/Makefile')
-rw-r--r-- | graphics/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/graphics/Makefile b/graphics/Makefile index 4eb7105ee636..87031a220834 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -367,6 +367,7 @@ SUBDIR += liblug SUBDIR += libmng SUBDIR += libmorph + SUBDIR += libopenraw SUBDIR += libpano12 SUBDIR += libpcd SUBDIR += libqglviewer |