From 05f1f97dab21668bbcfc954be9e7ea2d508092cd Mon Sep 17 00:00:00 2001
From: Tibor Nagy <xnagytibor@gmail.com>
Date: Fri, 1 Sep 2017 03:21:47 +0200
Subject: [PATCH] ffmpeg: Remove unnecessary disable flags

---
 recipes/ffmpeg/recipe.sh | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/recipes/ffmpeg/recipe.sh b/recipes/ffmpeg/recipe.sh
index e52f4ab18..25ec130da 100644
--- a/recipes/ffmpeg/recipe.sh
+++ b/recipes/ffmpeg/recipe.sh
@@ -12,11 +12,7 @@ function recipe_build {
         --arch=x86_64 \
         --cross_prefix=x86_64-unknown-redox- \
         --prefix=/ \
-        --disable-doc \
-        --disable-network \
-        --disable-ffplay \
-        --disable-ffprobe \
-        --disable-ffserver
+        --disable-network
     make
     skip=1
 }
-- 
GitLab