summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--package/x265/x265.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/x265/x265.mk b/package/x265/x265.mk
index aa61066be9..a51d34b286 100644
--- a/package/x265/x265.mk
+++ b/package/x265/x265.mk
@@ -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))
OpenPOWER on IntegriCloud