On date Wednesday 2015-05-27 12:24:57 +0200, Michael Niedermayer encoded: > On Thu, May 14, 2015 at 09:53:53AM +0200, Stefano Sabatini wrote: > > [...] > [...] > > > #! /bin/sh > > > > ffprobe_tests=$(make fate-list | grep ffprobe) > > > > for test in $ffprobe_tests; do > > format=${test##*_} > > ffprobe -show_streams -show_packets -show_format -show_frames -bitexact > > tests/data/ffprobe-test.nut -of $format > tests/ref/fate/ffprobe_$format > > done >
> what is the advantage of this compared to make fate -j12 GEN=1 ? 1. I didn't know about make GEN=1 2. the script is faster, as it only upates the ffprobe references (but may miss other references) make GEN=1 is probably safer, so I should probably stick with it, so no need to commit the script. _______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel