bugfix [#23405] PNG Images bigger then 2gig wont load with blender.

all image formats should be able to load files bigger then 2gig (when its supported)
This commit is contained in:
Campbell Barton
2010-09-15 06:43:36 +00:00
parent 7eb7410002
commit 9234f29e67
24 changed files with 55 additions and 45 deletions

View File

@@ -24,9 +24,7 @@
#
# ***** END GPL LICENSE BLOCK *****
SET(INC . src)
SET(INC .)
FILE(GLOB SRC *.c except t1_generate_luts.c)
ADD_DEFINITIONS(-DWITH_OPENJPEG)
FILE(GLOB SRC *.c)
BLENDERLIB(extern_openjpeg "${SRC}" "${INC}")
#, libtype=['international','player'], priority=[5, 210])