Home
last modified time | relevance | path

Searched defs:WITH_ARITH_DEC (Results 1 – 2 of 2) sorted by relevance

/external/libjpeg-turbo/
DCMakeLists.txt56 option(WITH_ARITH_DEC "Include arithmetic decoding support when emulating the libjpeg v6b API/ABI" … option
71 set(WITH_ARITH_DEC FALSE) variable
80 set(WITH_ARITH_DEC 1) variable
Dconfigure.ac325 AM_CONDITIONAL([WITH_ARITH_DEC], [test "x$with_arith_dec" != "xno"]) condition