package/ffmpeg: fix typo "--enable-bsfs" -> "--enable-bsf"
authorAnatoly Borodin <anatoly.borodin@gmail.com>
Thu, 12 Mar 2020 19:45:17 +0000 (20:45 +0100)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Sat, 14 Mar 2020 14:28:31 +0000 (15:28 +0100)
commitf783486d07b24708a5bf45ad713353a2f90b926b
tree40d7f744bd953ee166b1a1c9174ab037170ae1bb
parent41b876d5f42429ed131408b2aee173dc70f66d22
package/ffmpeg: fix typo "--enable-bsfs" -> "--enable-bsf"

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@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
package/ffmpeg/ffmpeg.mk