From d4e890a117263d9d6837e22f3da77d1815c837d0 Mon Sep 17 00:00:00 2001 From: Neal Gompa Date: Wed, 2 Oct 2024 06:12:29 -0400 Subject: [PATCH] Restore bootstrap bcond --- ffmpeg.spec | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ffmpeg.spec b/ffmpeg.spec index fe44857..151f499 100644 --- a/ffmpeg.spec +++ b/ffmpeg.spec @@ -2,6 +2,9 @@ %bcond upstream_tarball 0 %bcond all_codecs 0 +# Break dependency cycles by disabling certain optional dependencies. +%bcond bootstrap 0 + # 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 # generation would not take it into account.