x264: fix typo in variable name
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Wed, 8 Oct 2014 19:37:05 +0000 (21:37 +0200)
committerPeter 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

index c2397f8e9b24d8e0b8eaeba76857a57808e16f95..ccf8e2b8f70b16db9f36d6b4afdc75a3252d9349 100644 (file)
@@ -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