From 24c381e9f29206bd7b9aeb071aad38d3b1a34a7b Mon Sep 17 00:00:00 2001
From: Jeremy Soller <jackpot51@gmail.com>
Date: Wed, 9 Oct 2024 11:35:46 -0600
Subject: [PATCH] ffmpeg6: disable docs

---
 recipes/libs/ffmpeg6/recipe.toml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/recipes/libs/ffmpeg6/recipe.toml b/recipes/libs/ffmpeg6/recipe.toml
index 587426bf6..b370ea4f0 100644
--- a/recipes/libs/ffmpeg6/recipe.toml
+++ b/recipes/libs/ffmpeg6/recipe.toml
@@ -23,6 +23,7 @@ COOKBOOK_CONFIGURE_FLAGS=(
     --arch="${ARCH}"
     --cross_prefix="${TARGET}-"
     --prefix=/
+    --disable-doc
     --disable-network
     --enable-sdl2
     --enable-zlib
-- 
GitLab