mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2026-01-08 23:25:31 +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>