mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2026-05-31 04:37:05 +02:00
5f83935de4
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>