On Sun, May 24, 2020 at 09:04:49AM +0800, lance.lmw...@gmail.com wrote: > From: Limin Wang <lance.lmw...@gmail.com> > > reuse the function from tools/graph2dot.c and add support for filter graph > with > graphviz DOT format for avfilter directly. So tools/graph2dot.c is duplicated > and can be removed. > > In addition, make the options are pair-key format, now it support two key: > fmt=DOT|dot > filename=./outfile > > Signed-off-by: Limin Wang <lance.lmw...@gmail.com> > --- > libavfilter/graphdump.c | 89 +++++++++++++++++++++ > tools/graph2dot.c | 204 > ------------------------------------------------ > 2 files changed, 89 insertions(+), 204 deletions(-) > delete mode 100644 tools/graph2dot.c
breaks build make -j32 testprogs alltools all examples LD tools/graph2dot LD tools/uncoded_frame gcc: error: tools/graph2dot.o: No such file or directory ffbuild/library.mak:102: recipe for target 'tools/graph2dot' failed make: *** [tools/graph2dot] Error 1 make: *** Waiting for unfinished jobs.... LD tools/aviocat [...] -- Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB Republics decline into democracies and democracies degenerate into despotisms. -- Aristotle
signature.asc
Description: PGP signature
_______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe".