Skip to content

Commit

Permalink
moved image codecs' headers to the respective subdirectories; allow t…
Browse files Browse the repository at this point in the history
…he user to use system zlib.
  • Loading branch information
Vadim Pisarevsky committed Apr 26, 2011
1 parent 0e0929a commit 6985540
Show file tree
Hide file tree
Showing 41 changed files with 1,603 additions and 8,454 deletions.
4 changes: 3 additions & 1 deletion 3rdparty/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
add_subdirectory(zlib)
if(NOT ZLIB_FOUND)
add_subdirectory(zlib)
endif()
if(WITH_JASPER AND NOT JASPER_FOUND)
add_subdirectory(libjasper)
endif()
Expand Down
266 changes: 0 additions & 266 deletions 3rdparty/include/jasper/jas_cm.h

This file was deleted.

Loading

0 comments on commit 6985540

Please sign in to comment.