projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b94949e
)
x264: fix typo in variable name
author
Thomas Petazzoni
<thomas.petazzoni@free-electrons.com>
Wed, 8 Oct 2014 19:37:05 +0000
(21:37 +0200)
committer
Peter Korsgaard
<peter@korsgaard.com>
Wed, 8 Oct 2014 19:50:22 +0000
(21:50 +0200)
Fixes:
http://autobuild.buildroot.org/results/d37/
d37856be02bdff5711fc5d6fb1f3d4614fe5fed3
/
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/x264/x264.mk
patch
|
blob
|
history
diff --git
a/package/x264/x264.mk
b/package/x264/x264.mk
index c2397f8e9b24d8e0b8eaeba76857a57808e16f95..ccf8e2b8f70b16db9f36d6b4afdc75a3252d9349 100644
(file)
--- a/
package/x264/x264.mk
+++ b/
package/x264/x264.mk
@@
-13,7
+13,7
@@
X264_LICENSE_FILES = COPYING
X264_INSTALL_STAGING = YES
ifeq ($(BR2_i386)$(BR2_x86_64),y)
-
FFMPEG
_DEPENDENCIES += host-yasm
+
X264
_DEPENDENCIES += host-yasm
else
X264_CONF_OPTS += --disable-asm
endif