package/ffmpeg/ffmpeg.mk: Remove tabs
authorBernd Kuhls <bernd.kuhls@t-online.de>
Fri, 3 Oct 2014 09:50:46 +0000 (11:50 +0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sat, 4 Oct 2014 12:19:19 +0000 (14:19 +0200)
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/ffmpeg/ffmpeg.mk

index 5b7fa200296b576c633b39ab606768e3ae8edbdc..446633973aa1cc27d1c8739c6947b0862e164985 100644 (file)
@@ -17,7 +17,7 @@ FFMPEG_LICENSE_FILES += COPYING.GPLv2
 endif
 
 FFMPEG_CONF_OPT = \
-       --prefix=/usr           \
+       --prefix=/usr \
        --enable-avfilter \
        --disable-version3 \
        --enable-logging \
@@ -340,7 +340,7 @@ define FFMPEG_CONFIGURE_CMDS
        $(TARGET_CONFIGURE_ARGS) \
        $(FFMPEG_CONF_ENV) \
        ./configure \
-               --enable-cross-compile  \
+               --enable-cross-compile \
                --cross-prefix=$(TARGET_CROSS) \
                --sysroot=$(STAGING_DIR) \
                --host-cc="$(HOSTCC)" \