mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2026-06-28 07:33:19 +00: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>