> -----Original Message-----
> From: ffmpeg-devel <ffmpeg-devel-boun...@ffmpeg.org> On Behalf Of Michael
> Niedermayer
> Sent: Sonntag, 4. Mai 2025 01:58
> To: FFmpeg development discussions and patches <ffmpeg-devel@ffmpeg.org>
> Subject: Re: [FFmpeg-devel] [PATCH v9 14/15] fftools/graphprint: Add execution
> graph printing
>
> Hi
>
> On Sat, May 03, 2025 at 08:22:44AM +0000, softworkz wrote:
> > From: softworkz <softwo...@hotmail.com>
> >
> > The key benefits are:
> >
> > - Different to other graph printing methods, this is outputting:
> > - all graphs with runtime state
> > (including auto-inserted filters)
> > - each graph with its inputs and outputs
> > - all filters with their in- and output pads
> > - all connections between all input- and output pads
> > - for each connection:
> > - the runtime-negotiated format and media type
> > - the hw context
> > - if video hw context, both: hw pixfmt + sw pixfmt
> > - Output can either be printed to stdout or written to specified file
> > - Output is machine-readable
> > - Use the same output implementation as ffprobe, supporting multiple
> > formats
>
> with shared libs:
>
> /usr/bin/ld: fftools/graph/graphprint.o: in function `get_extension':
> ffmpeg/linux64shared/src/fftools/graph/graphprint.c:181: undefined reference
> to `ff_url_decompose'
> clang: error: linker command failed with exit code 1 (use -v to see
> invocation)
> make: *** [Makefile:142: ffmpeg_g] Error 1
> make: *** Waiting for unfinished jobs....
> rm fftools/resources/graph.css.min.gz fftools/resources/graph.html.gz
> fftools/resources/graph.css.min
>
Sorry for the trouble,
I have set up two additional CI builds now (which are run before patchsets
are sent): One doing a shared build and another one doing an out-of-tree
build. All succeeded for V10:
https://dev.azure.com/githubsync/ffmpeg/_build/results?buildId=86398&view=results
https://dev.azure.com/githubsync/ffmpeg/_build/results?buildId=86399&view=results
So, I think V10 should be fine and in the future, this should allow me
to catch these things before submitting.
Thanks,
sw
_______________________________________________
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".