[FFmpeg-devel] [PATCH 3/3] arm: hevcdsp: Avoid using macro expansion counters

Martin Storsjö martin at martin.st
Sat Mar 31 10:17:45 EEST 2018


On Sat, 31 Mar 2018, Hendrik Leppkes wrote:

> On Fri, Mar 30, 2018 at 9:14 PM, Martin Storsjö <martin at martin.st> wrote:
>> 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.
>
> Could it be that you mixed up the commit message and the contents of
> commits 2/3?

Oops, yes, you're right. Will fix before pushing later today.

// Martin


More information about the ffmpeg-devel mailing list