diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2004-08-08 16:50:01 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2004-08-08 16:50:01 +0000 |
commit | 66217dffe486e69ed40bdb018e7ba114ab70eaf8 (patch) | |
tree | c906c29416423728a4443e4620a7054d997e4b2f /graphics/Makefile | |
parent | fix build with gcc 3.4.2 (diff) |
Add epeg, it's an immensely fast jpeg thumbnailer library API for Enlightenment.
Notes
Notes:
svn path=/head/; revision=115656
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 ce25df1a5378..3b703ca25243 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -69,6 +69,7 @@ SUBDIR += enfle SUBDIR += entice SUBDIR += eog2 + SUBDIR += epeg SUBDIR += epix SUBDIR += eps2png SUBDIR += epstool |