Re: [FFmpeg-devel] cannot compile the ffmpeg latest on local

2024-04-16 Thread Frank Plowman
On 16/04/2024 11:09, B-2014 Ariyan Kashyap wrote: > Getting this err while running ./configure --enable-shared > > ./configure --enable-shared > nasm/yasm not found or too old. Use --disable-x86asm for a crippled build. > > If you think configure made a mistake, make sure you are using the latest

[FFmpeg-devel] cannot compile the ffmpeg latest on local

2024-04-16 Thread B-2014 Ariyan Kashyap
Getting this err while running ./configure --enable-shared ./configure --enable-shared nasm/yasm not found or too old. Use --disable-x86asm for a crippled build. If you think configure made a mistake, make sure you are using the latest version from Git. If the latest version fails, report the pr

Re: [FFmpeg-devel] cannot compile the ffmpeg latest on local

2024-04-12 Thread B-2014 Ariyan Kashyap
Hey, thank you for the help If it's possible, could you give me a roadmap to set up the ffmpeg source code in my local. I think i might be missing something Thank you On Thu, Apr 11, 2024 at 8:05 PM wrote: > > > On 11 Apr 2024, at 15:59, B-2014 Ariyan Kashyap wrote: > > > I was trying to compi

Re: [FFmpeg-devel] cannot compile the ffmpeg latest on local

2024-04-11 Thread epirat07
On 11 Apr 2024, at 15:59, B-2014 Ariyan Kashyap wrote: > I was trying to compile the ffmpeg in my local using MSYS2 terminal and i > am getting this error > > gcc is unable to create an executable file. > If gcc is a cross-compiler, use the --enable-cross-compile option. > Only do this if you kn

[FFmpeg-devel] cannot compile the ffmpeg latest on local

2024-04-11 Thread B-2014 Ariyan Kashyap
I was trying to compile the ffmpeg in my local using MSYS2 terminal and i am getting this error gcc is unable to create an executable file. If gcc is a cross-compiler, use the --enable-cross-compile option. Only do this if you know what cross compiling means. C compiler test failed. If you think