On Sun, 28 May 2023, Martin Storsjö wrote:
The documentation for .arch_extension hints at it being possible to disable support for extensions with it too, but that doesn't seem to be the case in practice. If it was, we could add macros to only enable specifically the extensions we want around those functions that should use them and nothing more. But I guess if that's not actually supported we can't do that.
Actually, yes, this does work, it just uses a different syntax than I expected. To disable the extension <ext>, one can write the directive ".arch_extension no<ext>".
Is the updated, less complex version of the configure patch more tolerable?
// Martin _______________________________________________ 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".