Anton Khirnov <[email protected]> writes: > --- > tests/fate/filter.mak | 10 ++++++++++ > 1 file changed, 10 insertions(+) > > diff --git a/tests/fate/filter.mak b/tests/fate/filter.mak > index 1aa2e00..3df27f5 100644 > --- a/tests/fate/filter.mak > +++ b/tests/fate/filter.mak > @@ -20,4 +20,14 @@ $(FATE_AMIX): CMP = oneoff > FATE_FILTER += $(FATE_AMIX) > FATE_SAMPLES_AVCONV += $(FATE_AMIX) > > +FATE_CHANNELMAP += fate-filter-channelmap > +fate-filter-channelmap: SRC = tests/data/asynth-44100-6.wav > +fate-filter-channelmap: tests/data/asynth-44100-6.wav > +fate-filter-channelmap: CMD = md5 -i $(SRC) -filter_complex > "channelmap=map=1\,2\,0\,5\,3\,4:channel_layout=5.1" -f wav
I suspect ssh will eat those backslashes in remote testing. You can try it yourself by configuring with --target-exec="ssh localhost". -- Måns Rullgård [email protected] _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
