Ver código fonte

x264: fix non-standard indentation of variable definitions

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Thomas Petazzoni 10 anos atrás
pai
commit
93aa446fd6
1 arquivos alterados com 5 adições e 5 exclusões
  1. 5 5
      package/x264/x264.mk

+ 5 - 5
package/x264/x264.mk

@@ -13,21 +13,21 @@ X264_LICENSE_FILES = COPYING
 X264_INSTALL_STAGING = YES
 X264_INSTALL_STAGING = YES
 
 
 ifeq ($(BR2_i386)$(BR2_x86_64),y)
 ifeq ($(BR2_i386)$(BR2_x86_64),y)
-	X264_DEPENDENCIES += host-yasm
+X264_DEPENDENCIES += host-yasm
 else
 else
-	X264_CONF_OPTS += --disable-asm
+X264_CONF_OPTS += --disable-asm
 endif
 endif
 
 
 ifeq ($(BR2_PREFER_STATIC_LIB),)
 ifeq ($(BR2_PREFER_STATIC_LIB),)
-	X264_CONF_OPTS += --enable-pic --enable-shared
+X264_CONF_OPTS += --enable-pic --enable-shared
 endif
 endif
 
 
 ifeq ($(BR2_PACKAGE_X264_CLI),)
 ifeq ($(BR2_PACKAGE_X264_CLI),)
-	X264_CONF_OPTS += --disable-cli
+X264_CONF_OPTS += --disable-cli
 endif
 endif
 
 
 ifeq ($(BR2_TOOLCHAIN_HAS_THREADS),)
 ifeq ($(BR2_TOOLCHAIN_HAS_THREADS),)
-	X264_CONF_OPTS += --disable-thread
+X264_CONF_OPTS += --disable-thread
 endif
 endif
 
 
 # the configure script is not generated by autoconf
 # the configure script is not generated by autoconf