On Fri, Oct 18, 2019 at 15:49:06 +0530, Anand Veerappan wrote: Could you *please* copy text from the console into your e-mails, and not use screenshots? Thanks.
> Thanks for sharing the details. We tried those steps and could able to > generate libx264-mv.so & libx264-mv.so.152 perfectly. [...] > Step 2: Build FFmpeg source after Step 1 we are facing compilation error. Because you also renamed libx264.so to libx264-mv.so, but ffmpeg doesn't know it needs to look for libx264-mv.so. It uses "-lx264" and not "-lx264-mv". Moritz _______________________________________________ ffmpeg-user mailing list [email protected] https://ffmpeg.org/mailman/listinfo/ffmpeg-user To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe".
