[FFmpeg-devel] [PATCH 2/5] avcodec/h264: change some labels to be macro-local
James Darnley
jdarnley at obe.tv
Thu Apr 6 17:22:49 EEST 2017
On 2017-04-05 13:41, Ronald S. Bultje wrote:
> Hi,
>
> On Tue, Apr 4, 2017 at 9:53 PM, James Darnley <jdarnley at obe.tv> wrote:
>
>> The labels get stripped leading to (slightly) nicer disassembly from
>> objdump.
>>
> [..]
>
>> - jz .cycle%1end
>> + jz %%skip
>
>
> Can you preserve the leading dot? I don't mind the %%skip, but please make
> it .%%skip.
That makes the patch pointless because those symbols don't get stripped.
If you want the leading dot then I will drop this patch.
More information about the ffmpeg-devel
mailing list