After having gone through the source code in the encoder subfolder and marking the appropriate functions as static, the compiler generated these warnings for a number of functions:<br><br><blockquote style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex" class="gmail_quote">

x264.h:854:13: warning: 'x264_encoder_parameters' declared 'static' but never defined [-Wunused-function]<br></blockquote><div><br>The code did manage to successfully compile, however ffmpeg can't seem to find libx264 even when I manually point it to the directory where libx264 is located. Is it possible that these warnings could be effecting ffmpeg's ability to find libx264? How would I fix these warnings? I already marked the function prototypes and definitions as static, so I'm not sure why the compiler would think they are undefined.<br>

<br>My modifications are based off of the r2216 patched sources by Jeeb. (<a href="https://github.com/jeeb/x264_L-SMASH/tags">Link</a>)<br></div>