diff options
author | James Almer <jamrial@gmail.com> | 2017-04-09 14:49:09 -0300 |
---|---|---|
committer | James Almer <jamrial@gmail.com> | 2017-04-09 14:49:09 -0300 |
commit | 6992c806e60df2ce2ad5096e47e9e35befc76abc (patch) | |
tree | 0130059a0063fdf31bde749ea744437f14271689 | |
parent | fa1fe495fc82062411e62cc530dfbc760d8271d2 (diff) | |
parent | 601f8dde13ccd0e1993b7840a0304fa2cfe53432 (diff) | |
download | ffmpeg-6992c806e60df2ce2ad5096e47e9e35befc76abc.tar.gz |
Merge commit '601f8dde13ccd0e1993b7840a0304fa2cfe53432'
* commit '601f8dde13ccd0e1993b7840a0304fa2cfe53432':
configure: Move COMPONENT_LIST to the bottom of CONFIG_LIST
Merged-by: James Almer <jamrial@gmail.com>
-rwxr-xr-x | configure | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1678,8 +1678,8 @@ SUBSYSTEM_LIST=" rdft " +# COMPONENT_LIST needs to come last to ensure correct dependency checking CONFIG_LIST=" - $COMPONENT_LIST $DOCUMENT_LIST $EXAMPLE_LIST $EXTERNAL_LIBRARY_LIST @@ -1697,6 +1697,7 @@ CONFIG_LIST=" thumb valgrind_backtrace xmm_clobber_test + $COMPONENT_LIST " THREADS_LIST=" |