[FFmpeg-devel] [PATCH 1/3] configure: Use set_all to force the dependency refresh

Michael Niedermayer michael at niedermayer.cc
Wed Feb 17 22:02:47 CET 2016


From: Luca Barbato <lu_zero-aBrp7R+bbdUdnm+yROfE0A at public.gmane.org>

Allow to issue twice --enable options.

Signed-off-by: Michael Niedermayer <michael at niedermayer.cc>
---
 configure |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure b/configure
index fb81a19..f492be4 100755
--- a/configure
+++ b/configure
@@ -656,7 +656,7 @@ enable_deep_force(){
 }
 
 request(){
-    disable $* # force the refresh of the dependencies
+    set_all no $* # force the refresh of the dependencies
     for var; do
         enable ${var}_requested
     done
-- 
1.7.9.5



More information about the ffmpeg-devel mailing list