[FFmpeg-devel] [PATCH 2/2] fftools: enable long path support on Windows
Martin Storsjö
martin at martin.st
Wed Mar 8 23:35:03 EET 2023
On Wed, 8 Mar 2023, rcombs wrote:
> This allows use of filesystem paths longer than MAX_PATH (260 characters)
> on Windows 10 version 1607 and later.
>
> This _may_ be a no-op if a "LongPathsEnabled" isn't set in the registry.
> ---
> fftools/fftools.manifest | 1 +
> 1 file changed, 1 insertion(+)
Are you aware of the changes in c5aba39a041fdaac267fc8c6a2ef745a94a2b0da
last year? That was supposed to make this change redundant, and make long
paths usable even on versions of Windows older than that.
// Martin
More information about the ffmpeg-devel
mailing list