summaryrefslogtreecommitdiff
path: root/package/x265
diff options
context:
space:
mode:
authorPeter Korsgaard <peter@korsgaard.com>2015-10-26 14:17:54 +0100
committerPeter Korsgaard <peter@korsgaard.com>2015-10-26 14:17:54 +0100
commit23aa0b468819bc34b307ac51a4665901cf0608ad (patch)
tree936bf18ac6391179ef49e8ef759ad30324968807 /package/x265
parentea9a5c9f46d6333439bbd4f2a34574dbab30ff24 (diff)
x265: fix typo in cli handling
A typo sneaked in during my cleanups of x265, fix it. Reported-by: Thijs Vermeir <thijsvermeir@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/x265')
-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 aa61066be..a51d34b28 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))