On Mon, 5 Dec 2016, Diego Biurrun wrote:
This ensures that dependencies are resolved correctly. COMPONENT_LIST can contain parts that depend on previous entries of CONFIG_LIST. ---This fixes the issue that Martin noticed with omx_rpi and the actual omx encoders not getting enabled. configure | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/configure b/configure index b4680e4..52a09f7 100755 --- a/configure +++ b/configure @@ -1362,8 +1362,8 @@ SUBSYSTEM_LIST=" rdft " +# COMPONENT_LIST needs to be the last to ensure correct dependency checking CONFIG_LIST=" - $COMPONENT_LIST $EXAMPLE_LIST $EXTERNAL_LIBRARY_LIST $HWACCEL_LIBRARY_LIST @@ -1379,6 +1379,7 @@ CONFIG_LIST=" thumb valgrind_backtrace xmm_clobber_test + $COMPONENT_LIST " THREADS_LIST=" -- 2.1.4
Seems to work for me // Martin _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
