<div dir="ltr"><div dir="ltr"><br></div><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Thu, Aug 8, 2019 at 11:18 AM qw <<a href="mailto:applemax82@163.com">applemax82@163.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div style="line-height:1.7;color:rgb(0,0,0);font-size:14px;font-family:Arial"><div>Hi,</div><div><br></div><div>I want to add two libx264 libs into ffmpeg, where one libx264 is original one, and another will be changed by myself.</div><div><br></div><div>How to add two libx264 libs into ffmpeg without changing two much code?</div></div></blockquote><div><br></div><div>1) Compile x264 to static lib</div><div><br></div><div>2) Build two FFmpeg by linking the static x264 lib</div><div><br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div style="line-height:1.7;color:rgb(0,0,0);font-size:14px;font-family:Arial"><div><span style="font-family:Arial,Helvetica,sans-serif;font-size:small;color:rgb(34,34,34)"> </span></div></div></blockquote><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div style="line-height:1.7;color:rgb(0,0,0);font-size:14px;font-family:Arial"><div><span style="color:rgb(34,34,34);font-family:Arial,Helvetica,sans-serif;font-size:small"> </span><br></div></div></blockquote></div></div>