mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-30 06:36:34 +00:00
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>
This commit is contained in:
parent
ea9a5c9f46
commit
23aa0b4688
@ -25,7 +25,7 @@ endif
|
|||||||
ifeq ($(BR2_PACKAGE_X265_CLI),y)
|
ifeq ($(BR2_PACKAGE_X265_CLI),y)
|
||||||
X265_CONF_OPTS += -DENABLE_CLI=true
|
X265_CONF_OPTS += -DENABLE_CLI=true
|
||||||
else
|
else
|
||||||
X265_CONF_OPTS += -DENABLE_CLI=else
|
X265_CONF_OPTS += -DENABLE_CLI=false
|
||||||
endif
|
endif
|
||||||
|
|
||||||
$(eval $(cmake-package))
|
$(eval $(cmake-package))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user