[Buildroot] [PATCH] package/ffmpeg: fix typo "--enable-bsfs" -> "--enable-bsf"

Thomas Petazzoni thomas.petazzoni at bootlin.com
Sat Mar 14 14:28:48 UTC 2020


On Thu, 12 Mar 2020 20:45:17 +0100
Anatoly Borodin <anatoly.borodin at gmail.com> wrote:

> Fix ffmpeg configuration when BR2_PACKAGE_FFMPEG_BSFS is not default ("all"):
> 
> 	Unknown option "--enable-bsfs=h264_metadata".
> 	See ./configure --help for available options.
> 	package/pkg-generic.mk:254: recipe for target '/root/buildroot/output/build/ffmpeg-4.2.2/.stamp_configured' failed
> 
> The option is named according to the scheme "--enable-SINGULAR=..." /
> "--disable-PLURAL".
> 
> The typo is present since the release 2014.02:
> 
> https://git.buildroot.net/buildroot/commit/package/ffmpeg/ffmpeg.mk?id=62ab07ef769bd6504fe1db144aaac3fd45db9dad
> 
> Signed-off-by: Anatoly Borodin <anatoly.borodin at gmail.com>
> ---
>  package/ffmpeg/ffmpeg.mk | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Applied to master, thanks.

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com


More information about the buildroot mailing list