[FFmpeg-devel] [PATCH] libavutil: include assembly with full path from source root
Alexander Kanavin
alex.kanavin at gmail.com
Mon Jan 31 15:29:51 EET 2022
On Mon, 31 Jan 2022 at 13:52, Anton Khirnov <anton at khirnov.net> wrote:
> With a separate build directory, I'm getting
> $ strings libavutil/x86/tx_float.o |grep asm
> src/libavutil/x86/tx_float.asm
>
The key piece is
../configure --disable-stripping
With stripping disabled and without the patch, you should see:
alex at alex-lx-laptop:~/development/ffmpeg/build$ strings
libavutil/x86/tx_float.o |grep asm
src/libavutil/x86/tx_float.asm
src/libavutil/x86/tx_float.asm
/home/alex/development/ffmpeg/libavutil/x86/x86util.asm
src/libavutil/x86/tx_float.asm
Alex
More information about the ffmpeg-devel
mailing list