Changeset 6660bc03 in ffmpeg

Timestamp:
Mar 31, 2018, 6:55:32 PM (7 years ago)
Author:
Martin Storsjö <martin@martin.st>
Branches:
master
Children:
5f83935d
Parents:
f33f7284
git-author:
Martin Storsjö <martin@martin.st> (03/31/18 18:54:41)
git-committer:
Martin Storsjö <martin@martin.st> (03/31/18 18:55:32)
Message:

arm: hevcdsp: Avoid using macro expansion counters

Clang supports the macro expansion counter (used for making unique
labels within macro expansions), but not when targeting darwin.

Convert uses of the counter into normal local labels, as used
elsewhere.

Since Xcode 9.3, the bundled clang supports altmacro and doesn't
require using gas-preprocessor any longer.

Signed-off-by: Martin Storsjö <martin@martin.st>

(No files)

Note: See TracChangeset for help on using the changeset viewer.