diff options
author | Martin Storsjö <martin@martin.st> | 2017-10-13 11:10:42 +0300 |
---|---|---|
committer | Martin Storsjö <martin@martin.st> | 2017-10-18 10:49:28 +0300 |
commit | 69ac24e556c6fbc7138be5a60d0b90d2a5676c3d (patch) | |
tree | 768534b09afdf901a27e1b875ac29889ac522953 | |
parent | fbd63170bcbc5cad8965edad7c357f6eb4132250 (diff) | |
download | ffmpeg-streaming-69ac24e556c6fbc7138be5a60d0b90d2a5676c3d.zip ffmpeg-streaming-69ac24e556c6fbc7138be5a60d0b90d2a5676c3d.tar.gz |
aarch64: Get rid of a stray double space
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.
Signed-off-by: Martin Storsjö <martin@martin.st>
-rw-r--r-- | libavutil/aarch64/asm.S | 2 |
1 files changed, 1 insertions, 1 deletions
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 |