mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-02-04 06:08:26 +02:00
configure: Move COMPONENT_LIST to the bottom of CONFIG_LIST
This ensures that dependencies are resolved correctly. COMPONENT_LIST can contain parts that depend on previous entries of CONFIG_LIST.
This commit is contained in:
parent
29d2e03ed9
commit
601f8dde13
3
configure
vendored
3
configure
vendored
@ -1350,8 +1350,8 @@ SUBSYSTEM_LIST="
|
||||
rdft
|
||||
"
|
||||
|
||||
# COMPONENT_LIST needs to come last to ensure correct dependency checking
|
||||
CONFIG_LIST="
|
||||
$COMPONENT_LIST
|
||||
$EXAMPLE_LIST
|
||||
$EXTERNAL_LIBRARY_LIST
|
||||
$HWACCEL_LIBRARY_LIST
|
||||
@ -1367,6 +1367,7 @@ CONFIG_LIST="
|
||||
thumb
|
||||
valgrind_backtrace
|
||||
xmm_clobber_test
|
||||
$COMPONENT_LIST
|
||||
"
|
||||
|
||||
THREADS_LIST="
|
||||
|
Loading…
x
Reference in New Issue
Block a user