Diego Biurrun <[email protected]> writes: > -FATE_SAMPLES_AVCONV += $(FATE_WMA_ENCODE) > +FATE_SAMPLES_AVCONV-$(call DEMDEC, WAV, PCM_S16LE) += $(FATE_WMA_ENCODE-yes) > fate-wma-encode: $(FATE_WMA_ENCODE)
This is obviously wrong. The test has to depend on the WMA encoder and ASF or whatever muxer. WAV and PCM support are required for everything so repeating those with every test is pointless. -- Måns Rullgård [email protected] _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
