diff options
author | Sergey A. Osokin <osa@FreeBSD.org> | 2010-08-03 10:26:57 +0000 |
---|---|---|
committer | Sergey A. Osokin <osa@FreeBSD.org> | 2010-08-03 10:26:57 +0000 |
commit | 214b06a42c3d7c239b4a04ea91486973892707ba (patch) | |
tree | afa55c4a92e026d48ee93107fc05d648ce9e4b8e /graphics/Makefile | |
parent | 9c1744cd91ae0aac26c50b11e6f47699ac4b46f0 (diff) |
Add graphics/libecwj2 that implements support for the JPEG2000 and
ECW image formats.
Submitted by: glebius
Notes
Notes:
svn path=/head/; revision=258676
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 d253d0564c04..e83da5d7c306 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -425,6 +425,7 @@ SUBDIR += libchamplain SUBDIR += libdmtx SUBDIR += libdrm + SUBDIR += libecwj2 SUBDIR += libemf SUBDIR += libexif SUBDIR += libexif-gtk |