Diego Biurrun <di...@biurrun.de> writes:

> ---
> Fixed deps for ac3-fixed-encode.
>
>  tests/fate/ac3.mak |    7 +++++--
>  1 files changed, 5 insertions(+), 2 deletions(-)
>
> diff --git a/tests/fate/ac3.mak b/tests/fate/ac3.mak
> index 235414d..62934f1 100644
> --- a/tests/fate/ac3.mak
> +++ b/tests/fate/ac3.mak
> @@ -68,8 +68,11 @@ fate-ac3-fixed-encode: CMD = md5 -i $(SRC) -c ac3_fixed -b 
> 128k -f ac3 -flags bi
>  fate-ac3-fixed-encode: CMP = oneline
>  fate-ac3-fixed-encode: REF = a1d1fc116463b771abf5aef7ed37d7b1
>  
> -FATE_SAMPLES_AVCONV += $(FATE_AC3) $(FATE_AC3_ENCODE) 
> $(FATE_AC3_FIXED_ENCODE)
> -FATE_SAMPLES_AVCONV += $(FATE_EAC3) $(FATE_EAC3_ENCODE)
> +FATE_SAMPLES_AVCONV-$(call DEMDEC, AC3,       AC3)  += $(FATE_AC3)
> +FATE_SAMPLES_AVCONV-$(call DEMDEC, EAC3,      EAC3) += $(FATE_EAC3)
> +FATE_SAMPLES_AVCONV-$(call ENCDEC, AC3,       AC3)  += $(FATE_AC3_ENCODE)
> +FATE_SAMPLES_AVCONV-$(call ENCDEC, EAC3,      EAC3) += $(FATE_EAC3_ENCODE)
> +FATE_SAMPLES_AVCONV-$(call ENCMUX, AC3_FIXED, AC3)  += 
> $(FATE_AC3_FIXED_ENCODE)
>  
>  fate-ac3: $(FATE_AC3) $(FATE_AC3_ENCODE) $(FATE_AC3_FIXED_ENCODE)
>  fate-ac3: $(FATE_EAC3) $(FATE_EAC3_ENCODE)
> -- 

The idea here is that the fate-ac3 target should run all ac3-related
tests with met dependencies.  This patch will attempt to run all of them
uncondiontionally rendering the fate-ac3 target unusable if any of the
tests has unmet dependencies.

-- 
Måns Rullgård
m...@mansr.com
_______________________________________________
libav-devel mailing list
libav-devel@libav.org
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to