Skip to content

Commit

Permalink
Merge pull request #538 from mayeut/master
Browse files Browse the repository at this point in the history
Update PNG support
Fixes #536
  • Loading branch information
mayeut committed Jul 19, 2015
2 parents 46c1dd2 + 5bb0746 commit fd1f7cf
Show file tree
Hide file tree
Showing 4 changed files with 797 additions and 569 deletions.
3 changes: 3 additions & 0 deletions src/bin/jp2/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ set(common_SRCS
if(OPJ_HAVE_LIBTIFF)
list(APPEND common_SRCS converttif.c)
endif()
if(OPJ_HAVE_LIBPNG)
list(APPEND common_SRCS convertpng.c)
endif()

# Headers file are located here:
include_directories(
Expand Down
Loading

0 comments on commit fd1f7cf

Please sign in to comment.