mirror of https://git.ffmpeg.org/ffmpeg.git
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>
This commit is contained in:
parent
fbd63170bc
commit
69ac24e556
|
@ -23,7 +23,7 @@
|
||||||
#ifdef __ELF__
|
#ifdef __ELF__
|
||||||
# define ELF
|
# define ELF
|
||||||
#else
|
#else
|
||||||
# define ELF #
|
# define ELF #
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if HAVE_AS_FUNC
|
#if HAVE_AS_FUNC
|
||||||
|
|
Loading…
Reference in New Issue