[Buildroot] [PATCH 1/2] x264: fix typo in variable name

Thomas Petazzoni thomas.petazzoni at free-electrons.com
Wed Oct 8 19:37:05 UTC 2014


Fixes:

  http://autobuild.buildroot.org/results/d37/d37856be02bdff5711fc5d6fb1f3d4614fe5fed3/

Signed-off-by: Thomas Petazzoni <thomas.petazzoni at free-electrons.com>
---
 package/x264/x264.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/x264/x264.mk b/package/x264/x264.mk
index c2397f8..ccf8e2b 100644
--- 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
-- 
2.0.0



More information about the buildroot mailing list