[Libav-user] ffmpeg compilation failing when trying to build shared lib

Carl Eugen Hoyos ceffmpeg at gmail.com
Wed Mar 24 23:57:28 EET 2021


Am Mi., 24. März 2021 um 22:32 Uhr schrieb Kumar, Abhijeet <amk7371 at psu.edu>:
>
> hi, i'm trying to build as a dynamic library but compilation fails can you help??
>
> $ ./configure --prefix=/home/mdl/amk7371/video_analytics/FFmpeg_x64
> --enable-shared --disable-x86asm --enable-gpl --enable-pic

The option --enable-pic should never be necessary, --disable-x86asm is not
the reason for your problem but always a bad idea.

Did you run "make clean" before building?

Carl Eugen


More information about the Libav-user mailing list