Home
last modified time | relevance | path

Searched defs:DISABLE_FLOAT_API (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/libopus/
H A Dconfigure.ac148 AM_CONDITIONAL([DISABLE_FLOAT_API], [test "$enable_float_api" = "no"]) condition
151 AC_DEFINE([DISABLE_FLOAT_API], [1], [Do not build the float API]) definition
H A Dmeson.build175 opus_conf.set('DISABLE_FLOAT_API', 1) cfgvar in opus_conf
/aosp_15_r20/external/speex/
H A Dconfigure.ac172 AC_DEFINE([DISABLE_FLOAT_API], , [Disable all parts of the API that are using floats]) definition