[FFmpeg-cvslog] aarch64: Get rid of a stray double space
Martin Storsjö
git at videolan.org
Sat Nov 11 22:50:47 EET 2017
ffmpeg | branch: master | Martin Storsjö <martin at martin.st> | Fri Oct 13 11:10:42 2017 +0300| [69ac24e556c6fbc7138be5a60d0b90d2a5676c3d] | committer: Martin Storsjö
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 at martin.st>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=69ac24e556c6fbc7138be5a60d0b90d2a5676c3d
---
libavutil/aarch64/asm.S | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libavutil/aarch64/asm.S b/libavutil/aarch64/asm.S
index 7e2af4df17..15b55d57d2 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
More information about the ffmpeg-cvslog
mailing list