From 23aa0b468819bc34b307ac51a4665901cf0608ad Mon Sep 17 00:00:00 2001 From: Peter Korsgaard Date: Mon, 26 Oct 2015 14:17:54 +0100 Subject: [PATCH] x265: fix typo in cli handling A typo sneaked in during my cleanups of x265, fix it. Reported-by: Thijs Vermeir Signed-off-by: Peter Korsgaard --- package/x265/x265.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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))