Changeset f33f7284 in ffmpeg
- Timestamp:
-
Mar 31, 2018, 6:54:56 PM
(7 years ago)
- Author:
- Martin Storsjö <martin@martin.st>
- Branches:
- master
- Children:
- 6660bc03
- Parents:
- 0c25caa4
- git-author:
- Martin Storsjö <martin@martin.st> (03/31/18 18:54:32)
- git-committer:
- Martin Storsjö <martin@martin.st> (03/31/18 18:54:56)
- Message:
-
arm: swscale: Only compile the rgb2yuv asm if .dn aliases are supported
Vanilla clang supports altmacro since clang 5.0, and thus doesn't
require gas-preprocessor for building the arm assembly any longer.
However, the built-in assembler doesn't support .dn directives.
This readds checks that were removed in d7320ca3ed10f0d, when
the last usage of .dn directives within libav were removed.
Alternatively, the assembly could be rewritten to not use the
.dn directive, making it available to clang users.
Signed-off-by: Martin Storsjö <martin@martin.st>
-
(No files)
-