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:
parent
20dd35779c
commit
79449c2aec
@ -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)" \
|
||||
|
Loading…
Reference in New Issue
Block a user