From b78409f0ff95180400668e543f454ca04064b7fa Mon Sep 17 00:00:00 2001 From: Neal Gompa Date: Sun, 12 Mar 2023 03:06:20 -0400 Subject: [PATCH] Switch Bootstrap mode off --- ffmpeg.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ffmpeg.spec b/ffmpeg.spec index 6eb334c..ad061c2 100644 --- a/ffmpeg.spec +++ b/ffmpeg.spec @@ -3,7 +3,7 @@ %bcond_with all_codecs # Break dependency cycles by disabling certain optional dependencies. -%bcond_without bootstrap +%bcond_with bootstrap # If you want to do a build with the upstream source tarball, then set the # pkg_suffix to %%nil. We can't handle this with a conditional, as srpm