projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ea9a5c9
)
x265: fix typo in cli handling
author
Peter Korsgaard
<peter@korsgaard.com>
Mon, 26 Oct 2015 13:17:54 +0000
(14:17 +0100)
committer
Peter 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
patch
|
blob
|
history
diff --git
a/package/x265/x265.mk
b/package/x265/x265.mk
index aa61066be96814ea540e8bc3772c2966be69a703..a51d34b28679f5cbf923b1b053a18e2fd9adb869 100644
(file)
--- 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=
e
lse
+X265_CONF_OPTS += -DENABLE_CLI=
fa
lse
endif
$(eval $(cmake-package))