mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2026-04-30 19:51:49 +08:00
ac6b95dbc0
llvm's integrated assembler does not accept spaces as macro argument delimiter when targeting darwin. Using a explicit delimiter is a good idea in principle since it makes case like 'macro 4 -2' vs 'macro 4 - 2' clear.