mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-31 15:07:43 +00:00
ffmpeg: fix build with ccache
With ccache, HOSTCC contains a space, so ensure it's properly quoted. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
6bdaee1e0f
commit
e18087a601
@ -136,7 +136,7 @@ define FFMPEG_CONFIGURE_CMDS
|
|||||||
--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)" \
|
||||||
--arch=$(BR2_ARCH) \
|
--arch=$(BR2_ARCH) \
|
||||||
--extra-cflags=-fPIC \
|
--extra-cflags=-fPIC \
|
||||||
$(DISABLE_IPV6) \
|
$(DISABLE_IPV6) \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user