<html><head><meta http-equiv="Content-Type" content="text/html charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class=""><div><blockquote type="cite" class=""><div class="">On Feb 7, 2021, at 7:23 AM, John Hoyt <<a href="mailto:john.hoyt@gmail.com" class="">john.hoyt@gmail.com</a>> wrote:</div><br class="Apple-interchange-newline"><div class=""><div dir="ltr" class=""><div dir="ltr" class=""></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 class="">
            .arg(ff_codec_id_string(m_codec))<br class="">
                 ^ </blockquote><div class=""><br class=""></div><div class="">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></div></blockquote><br class=""></div><div>I think you may be running into a quirk of pkg-config where it supplies an include path that we really don’t need or want.  Try adding the following to your environment variables before initiating a build:</div><div><br class=""></div><div>PKG_CONFIG_SYSTEM_INCLUDE_PATH=${prefix}/include</div><br class=""><div class="">And, of course, replace ${prefix} with whatever your install prefix is.</div><div class=""><br class=""></div><div class="">For whatever reasons, pkg-config knows not to do this on Linux systems.</div><div class=""><br class=""></div><div class="">Craig</div><div class=""><br class=""></div></body></html>