Message ID | 1508013333-19485-1-git-send-email-martin@martin.st |
---|---|
State | Committed |
Commit | 69ac24e556c6fbc7138be5a60d0b90d2a5676c3d |
Headers | show |
On Sat, Oct 14, 2017 at 11:35:31PM +0300, Martin Storsjö wrote: > The extra space got included as part of the expansion of ELF, which > later interfered with gas-preprocessor which earlier only stripped out > leftover lines starting with '#' if the line started with that char. > --- > libavutil/aarch64/asm.S | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) OK Diego
diff --git a/libavutil/aarch64/asm.S b/libavutil/aarch64/asm.S index 7e2af4d..15b55d5 100644 --- a/libavutil/aarch64/asm.S +++ b/libavutil/aarch64/asm.S @@ -23,7 +23,7 @@ #ifdef __ELF__ # define ELF #else -# define ELF # +# define ELF # #endif #if HAVE_AS_FUNC