mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-26 00:40:05 +01:00
PATH_MAX is not necessarily available on all systems, e.g. it's normally not available on MSVC, and is not guaranteed to defined on a POSIX system either. Signed-off-by: Martin Storsjö <martin@martin.st>