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

Peter Korsgaard jacmet at uclibc.org
Wed Oct 8 19:50:53 UTC 2014


>>>>> "Thomas" == Thomas Petazzoni <thomas.petazzoni at free-electrons.com> writes:

 > 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

Committed, thanks.

-- 
Bye, Peter Korsgaard


More information about the buildroot mailing list