* [Buildroot] [PATCH] package/ffmpeg: fix typo "--enable-bsfs" -> "--enable-bsf"
@ 2020-03-12 19:45 Anatoly Borodin
2020-03-14 14:28 ` Thomas Petazzoni
2020-03-21 20:09 ` Peter Korsgaard
0 siblings, 2 replies; 3+ messages in thread
From: Anatoly Borodin @ 2020-03-12 19:45 UTC (permalink / raw)
To: buildroot
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>
---
package/ffmpeg/ffmpeg.mk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/package/ffmpeg/ffmpeg.mk b/package/ffmpeg/ffmpeg.mk
index f0047c4e3b13..b7148bbba2dc 100644
--- a/package/ffmpeg/ffmpeg.mk
+++ b/package/ffmpeg/ffmpeg.mk
@@ -135,7 +135,7 @@ endif
ifneq ($(call qstrip,$(BR2_PACKAGE_FFMPEG_BSFS)),all)
FFMPEG_CONF_OPTS += --disable-bsfs \
- $(foreach x,$(call qstrip,$(BR2_PACKAGE_FFMPEG_BSFS)),--enable-bsfs=$(x))
+ $(foreach x,$(call qstrip,$(BR2_PACKAGE_FFMPEG_BSFS)),--enable-bsf=$(x))
endif
ifneq ($(call qstrip,$(BR2_PACKAGE_FFMPEG_PROTOCOLS)),all)
--
2.17.1
^ permalink raw reply related [flat|nested] 3+ messages in thread* [Buildroot] [PATCH] package/ffmpeg: fix typo "--enable-bsfs" -> "--enable-bsf"
2020-03-12 19:45 [Buildroot] [PATCH] package/ffmpeg: fix typo "--enable-bsfs" -> "--enable-bsf" Anatoly Borodin
@ 2020-03-14 14:28 ` Thomas Petazzoni
2020-03-21 20:09 ` Peter Korsgaard
1 sibling, 0 replies; 3+ messages in thread
From: Thomas Petazzoni @ 2020-03-14 14:28 UTC (permalink / raw)
To: buildroot
On Thu, 12 Mar 2020 20:45:17 +0100
Anatoly Borodin <anatoly.borodin@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@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
^ permalink raw reply [flat|nested] 3+ messages in thread* [Buildroot] [PATCH] package/ffmpeg: fix typo "--enable-bsfs" -> "--enable-bsf"
2020-03-12 19:45 [Buildroot] [PATCH] package/ffmpeg: fix typo "--enable-bsfs" -> "--enable-bsf" Anatoly Borodin
2020-03-14 14:28 ` Thomas Petazzoni
@ 2020-03-21 20:09 ` Peter Korsgaard
1 sibling, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2020-03-21 20:09 UTC (permalink / raw)
To: buildroot
>>>>> "Anatoly" == Anatoly Borodin <anatoly.borodin@gmail.com> writes:
> 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>
Committed to 2019.02.x, 2019.11.x and 2020.02.x, thanks.
--
Bye, Peter Korsgaard
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2020-03-21 20:09 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-03-12 19:45 [Buildroot] [PATCH] package/ffmpeg: fix typo "--enable-bsfs" -> "--enable-bsf" Anatoly Borodin
2020-03-14 14:28 ` Thomas Petazzoni
2020-03-21 20:09 ` Peter Korsgaard
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox