diff mbox

[2/2] x264: fix non-standard indentation of variable definitions

Message ID 1412797026-16602-2-git-send-email-thomas.petazzoni@free-electrons.com
State Accepted
Commit 93aa446fd6931d662993462acb7eaa8696e9e04f
Headers show

Commit Message

Thomas Petazzoni Oct. 8, 2014, 7:37 p.m. UTC
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
---
 package/x264/x264.mk | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

Comments

Peter Korsgaard Oct. 8, 2014, 7:51 p.m. UTC | #1
>>>>> "Thomas" == Thomas Petazzoni <thomas.petazzoni@free-electrons.com> writes:

 > Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>

Committed, thanks.
diff mbox

Patch

diff --git a/package/x264/x264.mk b/package/x264/x264.mk
index ccf8e2b..35d9fef 100644
--- a/package/x264/x264.mk
+++ b/package/x264/x264.mk
@@ -13,21 +13,21 @@  X264_LICENSE_FILES = COPYING
 X264_INSTALL_STAGING = YES
 
 ifeq ($(BR2_i386)$(BR2_x86_64),y)
-	X264_DEPENDENCIES += host-yasm
+X264_DEPENDENCIES += host-yasm
 else
-	X264_CONF_OPTS += --disable-asm
+X264_CONF_OPTS += --disable-asm
 endif
 
 ifeq ($(BR2_PREFER_STATIC_LIB),)
-	X264_CONF_OPTS += --enable-pic --enable-shared
+X264_CONF_OPTS += --enable-pic --enable-shared
 endif
 
 ifeq ($(BR2_PACKAGE_X264_CLI),)
-	X264_CONF_OPTS += --disable-cli
+X264_CONF_OPTS += --disable-cli
 endif
 
 ifeq ($(BR2_TOOLCHAIN_HAS_THREADS),)
-	X264_CONF_OPTS += --disable-thread
+X264_CONF_OPTS += --disable-thread
 endif
 
 # the configure script is not generated by autoconf