Am Mi., 24. März 2021 um 22:32 Uhr schrieb Kumar, Abhijeet <[email protected]>: > > 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 _______________________________________________ Libav-user mailing list [email protected] https://ffmpeg.org/mailman/listinfo/libav-user To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe".
