On Wed, Feb 24, 2016 at 03:45:49PM -0500, Vittorio Giovara wrote:
> Rename to keep indeo2 target separate.

Rename what?  The sentence has no subject, so it's impossible to
understand standalone.

> --- a/tests/fate/indeo.mak
> +++ b/tests/fate/indeo.mak
> @@ -1,5 +1,11 @@
> -FATE_INDEO-$(call DEMDEC, AVI, INDEO2) += fate-indeo2
> -fate-indeo2: CMD = framecrc -i $(TARGET_SAMPLES)/rt21/VPAR0026.AVI
> +FATE_INDEO2-$(call DEMDEC, AVI, INDEO2) += fate-indeo2-intra
> +fate-indeo2-intra: CMD = framecrc -i $(TARGET_SAMPLES)/rt21/VPAR0026.AVI
> +
> +FATE_INDEO2-$(call DEMDEC, AVI, INDEO2) += fate-indeo2-delta
> +fate-indeo2-delta: CMD = framecrc -i $(TARGET_SAMPLES)/rt21/ISKATE.AVI -an
> +
> +FATE_SAMPLES_AVCONV += $(FATE_INDEO2-yes)
> +fate-indeo2: $(FATE_INDEO2-yes)

See video.mak for an example of how it's done.

Diego
_______________________________________________
libav-devel mailing list
libav-devel@libav.org
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to