<div dir="ltr"><div dir="ltr">On Sun, Feb 7, 2021 at 7:23 AM John Hoyt <<a href="mailto:john.hoyt@gmail.com">john.hoyt@gmail.com</a>> wrote:<br></div><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div dir="ltr"></div><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">audio/audiooutputbase.cpp:630:18: error: use of undeclared identifier 'ff_codec_id_string'<br>
            .arg(ff_codec_id_string(m_codec))<br>
                 ^ </blockquote><div><br></div><div>What I believe is happening is the compiler is trying to build off of ffmpeg's libraries and not the ones compiled and used internally by mythtv.  I never did sort this pathing issue out myself, but the easy solution is to uninstall ffmpeg.</div></div></div></blockquote><div><br></div><div>Another possibility is that you're compiling with a case-sensitive filesystem.  I found the case-sensitive filesystem to be troublesome and moved my build systems to case-insensitive systems (which is what Apple recommends for developers and regular users). </div></div></div>