On Tue, May 27, 2025 at 3:48 AM softworkz . <[email protected]> wrote: > > -----Original Message----- > > From: ffmpeg-devel <[email protected]> On Behalf Of Ramiro > > Polla > > Sent: Dienstag, 27. Mai 2025 03:33 > > To: [email protected] > > Subject: [FFmpeg-devel] [PATCH 4/5] ffbuild/common.mak: clean up and move > > fftools/resources-specific code its Makefile [...] > I actually wanted to push this tomorrow: > > https://patchwork.ffmpeg.org/project/ffmpeg/patch/[email protected]/ > > As discussed with Timo, the V4 keeps .ptx files unconditionally while > all other intermediates are handled as intermediates per Gnu make > default behavior (i.e. get deleted)
It seems we don't delete any other intermediate files (i.e.: ptx and vulkan). At least I don't remember seeing the rm commands at the end of builds before like they appear now. I don't think we need to make an exception for the resource files. Ramiro _______________________________________________ ffmpeg-devel mailing list [email protected] https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe".
