These patches restore support for building x86 asm with nasm. Mans Rullgard (5): x86: add colons after labels x86: use 32-bit source registers with movd instruction build: add trailing / to yasm/nasm -I flags x86: fix rNmp macros with nasm x86: use nop cpu directives only if supported
Makefile | 2 +- configure | 2 ++ libavcodec/x86/deinterlace.asm | 2 +- libavcodec/x86/dsputil_yasm.asm | 6 ++-- libavcodec/x86/dsputilenc_yasm.asm | 4 +-- libavcodec/x86/fft_mmx.asm | 2 +- libavcodec/x86/fmtconvert.asm | 2 +- libavcodec/x86/h264_chromamc.asm | 30 +++++++++--------- libavcodec/x86/h264_chromamc_10bit.asm | 16 +++++----- libavcodec/x86/h264_deblock_10bit.asm | 16 +++++----- libavcodec/x86/h264_idct.asm | 58 +++++++++++++++++----------------- libavcodec/x86/h264_idct_10bit.asm | 2 +- libavcodec/x86/h264_intrapred.asm | 16 +++++----- libavcodec/x86/h264_qpel_10bit.asm | 16 +++++----- libavcodec/x86/h264_weight.asm | 16 +++++----- libavcodec/x86/h264_weight_10bit.asm | 16 +++++----- libavcodec/x86/rv34dsp.asm | 2 +- libavcodec/x86/rv40dsp.asm | 4 +-- libavcodec/x86/vp56dsp.asm | 4 +-- libavcodec/x86/vp8dsp.asm | 30 +++++++++--------- libavresample/x86/audio_mix.asm | 2 +- libavutil/x86/float_dsp.asm | 4 +-- libavutil/x86/x86inc.asm | 16 +++++++--- 23 files changed, 138 insertions(+), 130 deletions(-) -- 1.7.11.1 _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
