diff options
author | Diego Biurrun <diego@biurrun.de> | 2016-12-05 17:09:50 +0100 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2016-12-06 08:33:07 +0100 |
commit | 601f8dde13ccd0e1993b7840a0304fa2cfe53432 (patch) | |
tree | 4a12f153b45a2351198978b56f677417dca13195 /configure | |
parent | 29d2e03ed96d9f7b8cb2cc87dca0a63c2a6eff70 (diff) | |
download | ffmpeg-601f8dde13ccd0e1993b7840a0304fa2cfe53432.tar.gz |
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.
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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=" |