On Thu, Jul 24, 2014 at 03:11:26PM +0200, Janne Grunau wrote: > 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. > --- > libavcodec/aarch64/fft_neon.S | 2 +- > libavcodec/aarch64/mpegaudiodsp_neon.S | 2 +- > libavcodec/aarch64/opus_imdct_neon.S | 8 ++++---- > 3 files changed, 6 insertions(+), 6 deletions(-)
Possibly OK Diego _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
