소스 검색

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>
Peter Korsgaard 9 년 전
부모
커밋
23aa0b4688
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      package/x265/x265.mk

+ 1 - 1
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))