Hello, Operating system: RHEL 8.x and Rocky Linux 8.x
While I am trying to compile ffmpeg latest version, I am getting the below error: X86ASM libavfilter/x86/vf_gblur.o STRIP libavfilter/x86/vf_gblur.o CC libavfilter/x86/vf_gblur_init.o X86ASM libavfilter/x86/vf_gradfun.o *libavfilter/x86/vf_gradfun.asm:55: error: operation size not specified* *make: *** [ffbuild/common.mak:103: libavfilter/x86/vf_gradfun.o] Error 1* *Please see the installation steps that I followed for the below:* cd /usr/src/ wget https://www.nasm.us/pub/nasm/releasebuilds/3.00rc3/nasm-3.00rc3.tar.xz tar -xf nasm-3.00rc3.tar.xz cd nasm-3.00rc3/ ./autogen.sh ./configure make make install cd /usr/src/ git clone https://github.com/FFmpeg/FFmpeg.git cd FFmpeg/ ./configure make Any help would be appreciated. Thank you. Best regards, Chandramouli. _______________________________________________ ffmpeg-user mailing list -- [email protected] To unsubscribe send an email to [email protected]
