mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2026-05-08 12:03:14 +02:00
ab05d3934d
When targeting darwin, clang requires commas between arguments, while the no-comma form is allowed for other targets. Since Xcode 9.3, the bundled clang supports altmacro and doesn't require using gas-preprocessor any longer. Signed-off-by: Martin Storsjö <martin@martin.st>