Commit e18087a6 authored by Peter Korsgaard's avatar Peter Korsgaard
Browse files

ffmpeg: fix build with ccache



With ccache, HOSTCC contains a space, so ensure it's properly quoted.

Signed-off-by: default avatarPeter Korsgaard <jacmet@sunsite.dk>
parent 6bdaee1e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -136,7 +136,7 @@ define FFMPEG_CONFIGURE_CMDS
		--enable-cross-compile	\
		--cross-prefix=$(TARGET_CROSS) \
		--sysroot=$(STAGING_DIR) \
		--host-cc=$(HOSTCC) \
		--host-cc="$(HOSTCC)" \
		--arch=$(BR2_ARCH) \
		--extra-cflags=-fPIC \
		$(DISABLE_IPV6) \