[FFmpeg-devel] [PATCH 2/3] configure: Fix building examples

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


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 f492be4..d7cda01 100755
--- a/configure
+++ b/configure
@@ -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