OpenJPEG 1.4 is default for now.

master
Nicky 2016-01-17 13:13:05 +01:00
parent 2c3e64c2d4
commit 6988580777
2 changed files with 2 additions and 1 deletions

View File

@ -10,6 +10,7 @@
# WINDOWS - Windows
set(NDTARGET_ARCH "x86" CACHE STRING "Build 64 or 32 bit viewer. Defaults to 32 bit.")
set(ND_USE_OPENJPEG2 OFF CACHE BOOL "Use OpenJPEG 2.1 instead of 1.4. Default off.")
if( ${NDTARGET_ARCH} STREQUAL "x64" )
set( ND_BUILD64BIT_ARCH ON )

View File

@ -30,7 +30,7 @@ import errno
import re
import subprocess
_autobuild=os.getenv('AUTOBUILD', 'autobuild')
_autobuild=os.getenv('AUTOBUILD', 'autobuild.cmd')
pkg_line=re.compile('^([\w-]+):\s+(.*)$')