[FFmpeg-cvslog] configure: Move COMPONENT_LIST to the bottom of CONFIG_LIST
Diego Biurrun
git at videolan.org
Sun Apr 9 20:49:57 EEST 2017
ffmpeg | branch: master | Diego Biurrun <diego at biurrun.de> | Mon Dec 5 17:09:50 2016 +0100| [601f8dde13ccd0e1993b7840a0304fa2cfe53432] | committer: Diego Biurrun
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.
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=601f8dde13ccd0e1993b7840a0304fa2cfe53432
---
configure | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/configure b/configure
index fae5be0b95..61ce40ef35 100755
--- a/configure
+++ b/configure
@@ -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="
More information about the ffmpeg-cvslog
mailing list