Skip to content

Commit

Permalink
x86ビルドを修正。
Browse files Browse the repository at this point in the history
  • Loading branch information
rigaya committed Jul 30, 2024
1 parent bb8689a commit 2c9d735
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions NVEncCore/NVEncFilterParam.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -603,6 +603,7 @@ tstring gen_cmd(const VppParam *param, const VppParam *defaultPrm, RGY_VPP_RESIZ
}
}

#if (ENCODER_NVENC && (!defined(_M_IX86) || FOR_AUO)) || CUFILTERS || CLFILTERS_AUF
if (param->nvvfxSuperRes != defaultPrm->nvvfxSuperRes && resize_algo == RGY_VPP_RESIZE_NVVFX_SUPER_RES) {
tmp.str(tstring());
//if (!param->nvvfxSuperRes.enable && save_disabled_prm) {
Expand All @@ -617,6 +618,7 @@ tstring gen_cmd(const VppParam *param, const VppParam *defaultPrm, RGY_VPP_RESIZ
cmd << tmp.str();
}
}
#endif

if (param->nvvfxUpScaler != defaultPrm->nvvfxUpScaler) {
tmp.str(tstring());
Expand Down

0 comments on commit 2c9d735

Please sign in to comment.