diff --git a/cfg/checks/check_features.mk b/cfg/checks/check_features.mk index aa5990f..21ad8e6 100644 --- a/cfg/checks/check_features.mk +++ b/cfg/checks/check_features.mk @@ -13,7 +13,7 @@ ifneq ($(AUDIO), disabled) endif # Check if we want build video support -VIDEO = $(shell if [ -z "$(DISABLE_AV)" ] || [ "$(DISABLE_AV)" = "0" ] ; then echo enabled ; else echo disabled ; fi) +VIDEO = $(shell if [ -z "$(DISABLE_VI)" ] || [ "$(DISABLE_VI)" = "0" ] ; then echo enabled ; else echo disabled ; fi) ifneq ($(X11), disabled) ifneq ($(AUDIO), disabled) ifneq ($(VIDEO), disabled)