]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commitdiff
x265: fix typo in cli handling
authorPeter Korsgaard <peter@korsgaard.com>
Mon, 26 Oct 2015 13:17:54 +0000 (14:17 +0100)
committerPeter Korsgaard <peter@korsgaard.com>
Mon, 26 Oct 2015 13:17:54 +0000 (14:17 +0100)
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>
package/x265/x265.mk

index aa61066be96814ea540e8bc3772c2966be69a703..a51d34b28679f5cbf923b1b053a18e2fd9adb869 100644 (file)
@@ -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))