From 3ac3557c53cf5a8b46cfe0b908be21116bac18fc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9rgio=20M=2E=20Basto?= Date: Tue, 7 May 2019 01:13:52 +0100 Subject: [PATCH] Replace all tabs by spaces (expandtabs) --- x264.spec | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/x264.spec b/x264.spec index 0436e99..b1d3906 100644 --- a/x264.spec +++ b/x264.spec @@ -88,13 +88,13 @@ This package contains the development files. %global x_configure \ %configure \\\ - %{?_without_libavformat:--disable-lavf} \\\ - %{?_without_libswscale:--disable-swscale} \\\ - %{!?_with_ffmpegsource:--disable-ffms} \\\ - --enable-debug \\\ - --enable-shared \\\ - --system-libx264 \\\ - --enable-pic + %{?_without_libavformat:--disable-lavf} \\\ + %{?_without_libswscale:--disable-swscale} \\\ + %{!?_with_ffmpegsource:--disable-ffms} \\\ + --enable-debug \\\ + --enable-shared \\\ + --system-libx264 \\\ + --enable-pic %prep %setup -q -c -n %{name}-0.%{api}-%{snapshot} @@ -118,17 +118,17 @@ done %build pushd generic %{x_configure}\ - %{?_without_asm:--disable-asm} + %{?_without_asm:--disable-asm} %{__make} %{?_smp_mflags} popd pushd generic10 %{x_configure}\ - %{?_without_asm:--disable-asm}\ - --disable-cli\ + %{?_without_asm:--disable-asm}\ + --disable-cli\ --disable-opencl \ - --bit-depth=10 + --bit-depth=10 %{__make} %{?_smp_mflags} popd @@ -136,17 +136,17 @@ popd %ifarch %{simdarch} pushd simd %{x_configure}\ - --libdir=%{slibdir} + --libdir=%{slibdir} %{__make} %{?_smp_mflags} popd pushd simd10 %{x_configure}\ - --disable-cli\ - --libdir=%{slibdir}\ + --disable-cli\ + --libdir=%{slibdir}\ --disable-opencl \ - --bit-depth=10 + --bit-depth=10 %{__make} %{?_smp_mflags} popd