On Mon, 31 Jan 2022 at 13:52, Anton Khirnov <[email protected]> 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@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 _______________________________________________ ffmpeg-devel mailing list [email protected] https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe".
