[FFmpeg-devel] [PATCH 1/4] Revert "configure: Don't enable examples when --disable-everything is used"

Michael Niedermayer michael at niedermayer.cc
Thu Feb 18 15:35:39 CET 2016


reverted as the problematic commit will be reverted too

This reverts commit 02dfa64c088c87367c298a3f648454204656734f.
---
 configure |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/configure b/configure
index fb81a19..40821e1 100755
--- a/configure
+++ b/configure
@@ -3235,7 +3235,7 @@ for opt do
         ;;
         --disable-everything)
             map 'eval disable \${$(toupper ${v%s})_LIST}' $COMPONENT_LIST
-            enable_deep_force $(filter_out avresample $LIBRARY_LIST) $PROGRAM_LIST
+            enable_deep_force $EXAMPLE_LIST $(filter_out avresample $LIBRARY_LIST) $PROGRAM_LIST
         ;;
         --disable-all)
             map 'eval disable \${$(toupper ${v%s})_LIST}' $COMPONENT_LIST
@@ -3305,7 +3305,7 @@ disabled logging && logfile=/dev/null
 
 # Enable the default components if not disabled explicitly
 
-enable_weak $(filter_out avresample $LIBRARY_LIST) $PROGRAM_LIST
+enable_weak $EXAMPLE_LIST $(filter_out avresample $LIBRARY_LIST) $PROGRAM_LIST
 
 # Disable all the library-specific components if the library itself
 # is disabled, see AVCODEC_LIST and following _LIST variables.
-- 
1.7.9.5



More information about the ffmpeg-devel mailing list