What about just using strip -x on the assembly files to discard the
local symbols?
___
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel
On 2017-04-15 14:29, Ronald S. Bultje wrote:
> Hi,
>
> On Fri, Apr 14, 2017 at 9:46 PM, James Darnley wrote:
>
>> The labels get stripped leading to (slightly) nicer disassembly from
>> objdump.
>> ---
>> libavcodec/x86/h264_idct.asm | 24
>> 1 file changed, 12 insertio
Hi,
On Fri, Apr 14, 2017 at 9:46 PM, James Darnley wrote:
> The labels get stripped leading to (slightly) nicer disassembly from
> objdump.
> ---
> libavcodec/x86/h264_idct.asm | 24
> 1 file changed, 12 insertions(+), 12 deletions(-)
>
> diff --git a/libavcodec/x86/h26
The labels get stripped leading to (slightly) nicer disassembly from
objdump.
---
libavcodec/x86/h264_idct.asm | 24
1 file changed, 12 insertions(+), 12 deletions(-)
diff --git a/libavcodec/x86/h264_idct.asm b/libavcodec/x86/h264_idct.asm
index 878ff02..dde40e9 100644
--