aom/aomdx.h: remove configure option references and update them to the CMake equivalent Bug: aomedia:2673 Change-Id: Ib1e950e4481552460314a567451999e1e2a89d11
diff --git a/aom/aomdx.h b/aom/aomdx.h index f7dc28e..ee158e9 100644 --- a/aom/aomdx.h +++ b/aom/aomdx.h
@@ -278,8 +278,8 @@ * The caller should ensure that AOM_CODEC_OK is returned before attempting * to dereference the Accounting pointer. * - * \attention When compiled without --enable-accounting, this returns - * AOM_CODEC_INCAPABLE. + * \attention When configured with -DCONFIG_ACCOUNTING=0, the default, this + * returns AOM_CODEC_INCAPABLE. */ AV1_GET_ACCOUNTING, @@ -369,7 +369,7 @@ /*!\brief Codec control function to set an aom_inspect_cb callback that is * invoked each time a frame is decoded, aom_inspect_init* parameter * - * \attention When compiled without --enable-inspection, this + * \attention When configured with -DCONFIG_INSPECTION=0, the default, this * returns AOM_CODEC_INCAPABLE. */ AV1_SET_INSPECTION_CALLBACK,