Commit 23aa0b46 authored by Peter Korsgaard's avatar Peter Korsgaard
Browse files

x265: fix typo in cli handling



A typo sneaked in during my cleanups of x265, fix it.

Reported-by: default avatarThijs Vermeir <thijsvermeir@gmail.com>
Signed-off-by: default avatarPeter Korsgaard <peter@korsgaard.com>
parent ea9a5c9f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -25,7 +25,7 @@ endif
ifeq ($(BR2_PACKAGE_X265_CLI),y)
X265_CONF_OPTS += -DENABLE_CLI=true
else
X265_CONF_OPTS += -DENABLE_CLI=else
X265_CONF_OPTS += -DENABLE_CLI=false
endif

$(eval $(cmake-package))