mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-26 19:01:44 +02:00
configure: Don't enable examples when --disable-everything is used
This resotres old behavior. Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
This commit is contained in:
parent
38ed528fa5
commit
02dfa64c08
4
configure
vendored
4
configure
vendored
@ -3235,7 +3235,7 @@ for opt do
|
||||
;;
|
||||
--disable-everything)
|
||||
map 'eval disable \${$(toupper ${v%s})_LIST}' $COMPONENT_LIST
|
||||
enable_deep_force $EXAMPLE_LIST $(filter_out avresample $LIBRARY_LIST) $PROGRAM_LIST
|
||||
enable_deep_force $(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 $EXAMPLE_LIST $(filter_out avresample $LIBRARY_LIST) $PROGRAM_LIST
|
||||
enable_weak $(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.
|
||||
|
Loading…
Reference in New Issue
Block a user