On Tue, Oct 08, 2013 at 07:38:04AM +0200, Anton Khirnov wrote: > --- /dev/null > +++ b/tests/fate/libavresample.mak > @@ -0,0 +1,25 @@ > +FATE_LAVR-$(call FILTERDEMDECENCMUX, RESAMPLE, WAV, PCM_S16LE, PCM_S16LE, > WAV) += $(FATE_LAVR_MIX) > +fate-lavr-mix: $(FATE_LAVR_MIX)
This target will fail if some of the dependencies are not available. Add FATE_LAVR_MIX-yes instead. The same applies to the other patch. Sorry this is taking so many iterations... Diego _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
