CONFIGURE: Disable aspect ratio correction and scaling on rs90

IPU already does stretching. So no need to spend resources on it
This commit is contained in:
Vladimir Serbinenko 2023-01-04 14:51:06 +01:00
parent 16cd6d7512
commit 4bc23ead4a

4
configure vendored
View File

@ -3586,7 +3586,9 @@ if test -n "$_host"; then
append_var DEFINES "-DRS90 -DDISABLE_FANCY_THEMES"
_16bit=no
_highres=no
_build_hq_scalers=no
# Scaling is handled by IPU
_build_aspect=no
_build_scalers=no
_host=opendingux-rg99
;;
*)