package/ffmpeg/ffmpeg.mk: Remove tabs

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
Bernd Kuhls 2014-10-03 11:50:46 +02:00 committed by Thomas Petazzoni
parent 20dd35779c
commit 79449c2aec
1 changed files with 2 additions and 2 deletions

View File

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